Html Css Color HEX #035929 Crusoe

📋 copy color: '#035929'

red 3 ◦ green 89 ◦ blue 41

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

Shades of Crusoe #035929

Tints of Crusoe #035929

RGB

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

 GREEN value IS 89 (35.16% from 255) = 66.92%

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

R = 2.26%
G = 66.92%
B = 30.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#035929 (or 0x035929) is known color: Crusoe. HEX triplet: 03, 59 and 29. RGB value is (3,89,41). Sum of RGB (Red+Green+Blue) = 3+89+41=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #035929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035929 is #FCA6D6. Grayscale: #393939. Windows color (decimal): -16557783 or 2709763. OLE color: 2709763.

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

Color convert

RGB 3 89 41 -
CMYK 0.97 0 0.54 0.65
HSL 146.51º 0.93% 0.18% -
HSV(B) 146.51º 0.97% 0.35% -
XYZ 4.01 7.32 3.3 -
YUV 57.81 118.51 88.9 -
System Red Green Blue C M Y K H S L
Decimal 3 89 41 0.97 0 0.54 0.65 146.51 0.93 0.18
Hex 3 59 29 61 0 36 41 93 5D 12
Octal 3 131 51 141 0 66 101 223 135 22
Binary 11 1011001 101001 1100001 0 110110 1000001 10010011 1011101 10010

Color Harmonies of #035929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035929

Black with #035929

Text Example


Text Example

White with #035929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035929; }

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

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

background-color css

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

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

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

border-color css

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

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

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