Html Css Color HEX #037521 Crusoe

📋 copy color: '#037521'

red 3 ◦ green 117 ◦ blue 33

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

Shades of Crusoe #037521

Tints of Crusoe #037521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 76.47%

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

R = 1.96%
G = 76.47%
B = 21.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#037521 (or 0x037521) is known color: Crusoe. HEX triplet: 03, 75 and 21. RGB value is (3,117,33). Sum of RGB (Red+Green+Blue) = 3+117+33=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #037521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037521 is #FC8ADE. Grayscale: #494949. Windows color (decimal): -16550623 or 2192643. OLE color: 2192643.

HSL color Cylindrical-coordinate representation of color #037521: hue angle of 135.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037521 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 33 -
CMYK 0.97 0 0.72 0.54
HSL 135.79º 0.95% 0.24% -
HSV(B) 135.79º 0.97% 0.46% -
XYZ 6.67 12.85 3.57 -
YUV 73.34 105.23 77.83 -
System Red Green Blue C M Y K H S L
Decimal 3 117 33 0.97 0 0.72 0.54 135.79 0.95 0.24
Hex 3 75 21 61 0 48 36 88 5F 18
Octal 3 165 41 141 0 110 66 210 137 30
Binary 11 1110101 100001 1100001 0 1001000 110110 10001000 1011111 11000

Color Harmonies of #037521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037521

Black with #037521

Text Example


Text Example

White with #037521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037521; }

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

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

background-color css

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

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

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

border-color css

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

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

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