Html Css Color HEX #035928 Crusoe

📋 copy color: '#035928'

red 3 ◦ green 89 ◦ blue 40

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

Shades of Crusoe #035928

Tints of Crusoe #035928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 2.27%
G = 67.42%
B = 30.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#035928 (or 0x035928) is known color: Crusoe. HEX triplet: 03, 59 and 28. RGB value is (3,89,40). Sum of RGB (Red+Green+Blue) = 3+89+40=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #035928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035928 is #FCA6D7. Grayscale: #393939. Windows color (decimal): -16557784 or 2644227. OLE color: 2644227.

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

Color convert

RGB 3 89 40 -
CMYK 0.97 0 0.55 0.65
HSL 145.81º 0.93% 0.18% -
HSV(B) 145.81º 0.97% 0.35% -
XYZ 3.99 7.32 3.21 -
YUV 57.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 3 89 40 0.97 0 0.55 0.65 145.81 0.93 0.18
Hex 3 59 28 61 0 37 41 92 5D 12
Octal 3 131 50 141 0 67 101 222 135 22
Binary 11 1011001 101000 1100001 0 110111 1000001 10010010 1011101 10010

Color Harmonies of #035928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035928

Black with #035928

Text Example


Text Example

White with #035928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035928; }

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

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

background-color css

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

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

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

border-color css

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

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

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