Html Css Color HEX #037520 Crusoe

📋 copy color: '#037520'

red 3 ◦ green 117 ◦ blue 32

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

Shades of Crusoe #037520

Tints of Crusoe #037520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 1.97%
G = 76.97%
B = 21.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#037520 (or 0x037520) is known color: Crusoe. HEX triplet: 03, 75 and 20. RGB value is (3,117,32). Sum of RGB (Red+Green+Blue) = 3+117+32=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #037520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037520 is #FC8ADF. Grayscale: #494949. Windows color (decimal): -16550624 or 2127107. OLE color: 2127107.

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

Color convert

RGB 3 117 32 -
CMYK 0.97 0 0.73 0.54
HSL 135.26º 0.95% 0.24% -
HSV(B) 135.26º 0.97% 0.46% -
XYZ 6.66 12.85 3.5 -
YUV 73.22 104.73 77.91 -
System Red Green Blue C M Y K H S L
Decimal 3 117 32 0.97 0 0.73 0.54 135.26 0.95 0.24
Hex 3 75 20 61 0 49 36 87 5F 18
Octal 3 165 40 141 0 111 66 207 137 30
Binary 11 1110101 100000 1100001 0 1001001 110110 10000111 1011111 11000

Color Harmonies of #037520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037520

Black with #037520

Text Example


Text Example

White with #037520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037520; }

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

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

background-color css

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

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

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

border-color css

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

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

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