Html Css Color HEX #037121 Crusoe

📋 copy color: '#037121'

red 3 ◦ green 113 ◦ blue 33

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

Shades of Crusoe #037121

Tints of Crusoe #037121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 75.84%

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

R = 2.01%
G = 75.84%
B = 22.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#037121 (or 0x037121) is known color: Crusoe. HEX triplet: 03, 71 and 21. RGB value is (3,113,33). Sum of RGB (Red+Green+Blue) = 3+113+33=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #037121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037121 is #FC8EDE. Grayscale: #474747. Windows color (decimal): -16551647 or 2191619. OLE color: 2191619.

HSL color Cylindrical-coordinate representation of color #037121: hue angle of 136.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037121 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 113 33 -
CMYK 0.97 0 0.71 0.56
HSL 136.36º 0.95% 0.23% -
HSV(B) 136.36º 0.97% 0.44% -
XYZ 6.22 11.94 3.42 -
YUV 70.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 3 113 33 0.97 0 0.71 0.56 136.36 0.95 0.23
Hex 3 71 21 61 0 47 38 88 5F 17
Octal 3 161 41 141 0 107 70 210 137 27
Binary 11 1110001 100001 1100001 0 1000111 111000 10001000 1011111 10111

Color Harmonies of #037121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037121

Black with #037121

Text Example


Text Example

White with #037121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037121; }

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

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

background-color css

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

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

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

border-color css

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

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

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