Html Css Color HEX #035921 Crusoe

📋 copy color: '#035921'

red 3 ◦ green 89 ◦ blue 33

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

Shades of Crusoe #035921

Tints of Crusoe #035921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 2.4%
G = 71.2%
B = 26.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#035921 (or 0x035921) is known color: Crusoe. HEX triplet: 03, 59 and 21. RGB value is (3,89,33). Sum of RGB (Red+Green+Blue) = 3+89+33=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #035921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035921 is #FCA6DE. Grayscale: #393939. Windows color (decimal): -16557791 or 2185475. OLE color: 2185475.

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

Color convert

RGB 3 89 33 -
CMYK 0.97 0 0.63 0.65
HSL 140.93º 0.93% 0.18% -
HSV(B) 140.93º 0.97% 0.35% -
XYZ 3.88 7.27 2.64 -
YUV 56.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 3 89 33 0.97 0 0.63 0.65 140.93 0.93 0.18
Hex 3 59 21 61 0 3F 41 8D 5D 12
Octal 3 131 41 141 0 77 101 215 135 22
Binary 11 1011001 100001 1100001 0 111111 1000001 10001101 1011101 10010

Color Harmonies of #035921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035921

Black with #035921

Text Example


Text Example

White with #035921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035921; }

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

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

background-color css

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

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

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

border-color css

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

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

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