Html Css Color HEX #035829 Crusoe

📋 copy color: '#035829'

red 3 ◦ green 88 ◦ blue 41

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

Shades of Crusoe #035829

Tints of Crusoe #035829

RGB

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

 GREEN value IS 88 (34.77% from 255) = 66.67%

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

R = 2.27%
G = 66.67%
B = 31.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#035829 (or 0x035829) is known color: Crusoe. HEX triplet: 03, 58 and 29. RGB value is (3,88,41). Sum of RGB (Red+Green+Blue) = 3+88+41=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #035829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035829 is #FCA7D6. Grayscale: #393939. Windows color (decimal): -16558039 or 2709507. OLE color: 2709507.

HSL color Cylindrical-coordinate representation of color #035829: hue angle of 146.82º 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 #035829 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 41 -
CMYK 0.97 0 0.53 0.65
HSL 146.82º 0.93% 0.18% -
HSV(B) 146.82º 0.97% 0.35% -
XYZ 3.93 7.16 3.27 -
YUV 57.23 118.84 89.32 -
System Red Green Blue C M Y K H S L
Decimal 3 88 41 0.97 0 0.53 0.65 146.82 0.93 0.18
Hex 3 58 29 61 0 35 41 93 5D 12
Octal 3 130 51 141 0 65 101 223 135 22
Binary 11 1011000 101001 1100001 0 110101 1000001 10010011 1011101 10010

Color Harmonies of #035829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035829

Black with #035829

Text Example


Text Example

White with #035829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035829; }

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

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

background-color css

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

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

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

border-color css

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

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

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