#035824

Color #035824 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #035824

Tints of Crusoe #035824

Color information

#035824 (or 0x035824) is unknown color: approx Crusoe. HEX triplet: 03, 58 and 24. RGB value is (3,88,36). Sum of RGB (Red+Green+Blue) = 3+88+36=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 88 (34.77% from 255 or 69.29% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 88 - color contains mainly: green. Hex color #035824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035824 is #FCA7DB. Grayscale: #383838. Windows color (decimal): -16558044 or 2381827. OLE color: 2381827.

HSL color Cylindrical-coordinate representation of color #035824: hue angle of 143.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035824 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB38836-
CMYK0.9700.590.65
HSL143.29º93.41%17.84%-
HSV(B)143.29º96.59%34.51%-
XYZ3.857.132.84-
YUV56.66116.3489.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 88 (34.77% from 255) = 69.29%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=2.36%
G=69.29%
B=28.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388360.9700.590.65143.2993.4117.84
Hex358246103B418f5d12
Octal31304414107310121713522
Binary11101100010010011000010111011100000110001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035824; }

 p { color: rgb(3,88,36); }

 H1.HeaderClassName
 {
   color: #035824;
 }
 .AnyTagClassName
 {
   color: #035824;
 }
</style>
background-color css

<style>
 a { background-color: #035824; }

 a { background-color: rgb(3,88,36); }

 div.DivClassName
 {
   background-color: #035824;
 }
 .BgClassName
 {
   background-color: #035824;
 }
</style>
border-color css

<style>
 span { border-color: #035824; }

 span { border-color: rgb(3,88,36); }

 td.TdClassName
 {
   border-color: #035824;
 }
 .TagClassName
 {
   border-color: #035824;
 }
</style>