Html Css Color HEX #035629 Crusoe

📋 copy color: '#035629'

red 3 ◦ green 86 ◦ blue 41

#035629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #035629

Tints of Crusoe #035629

RGB

 RED value IS 3 (1.56% from 255) = 2.31%

 GREEN value IS 86 (33.98% from 255) = 66.15%

 BLUE value IS 41 (16.41% from 255) = 31.54%

R = 2.31%
G = 66.15%
B = 31.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#035629 (or 0x035629) is known color: Crusoe. HEX triplet: 03, 56 and 29. RGB value is (3,86,41). Sum of RGB (Red+Green+Blue) = 3+86+41=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #035629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035629 is #FCA9D6. Grayscale: #383838. Windows color (decimal): -16558551 or 2708995. OLE color: 2708995.

HSL color Cylindrical-coordinate representation of color #035629: hue angle of 147.47º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035629 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 41 -
CMYK 0.97 0 0.52 0.66
HSL 147.47º 0.93% 0.17% -
HSV(B) 147.47º 0.97% 0.34% -
XYZ 3.77 6.84 3.22 -
YUV 56.05 119.5 90.16 -
System Red Green Blue C M Y K H S L
Decimal 3 86 41 0.97 0 0.52 0.66 147.47 0.93 0.17
Hex 3 56 29 61 0 34 42 93 5D 11
Octal 3 126 51 141 0 64 102 223 135 21
Binary 11 1010110 101001 1100001 0 110100 1000010 10010011 1011101 10001

Color Harmonies of #035629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035629

Black with #035629

Text Example


Text Example

White with #035629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035629; }

 p { color: rgb(3,86,41); }

 H1.HeaderClassName
 {
   color: #035629;
 }
 .AnyTagClassName
 {
   color: #035629;
 }
</style>

background-color css

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

 a { background-color: rgb(3,86,41); }

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

border-color css

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

 span { border-color: rgb(3,86,41); }

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