Html Css Color HEX #037026 Crusoe

📋 copy color: '#037026'

red 3 ◦ green 112 ◦ blue 38

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

Shades of Crusoe #037026

Tints of Crusoe #037026

RGB

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

 GREEN value IS 112 (44.14% from 255) = 73.2%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 1.96%
G = 73.2%
B = 24.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#037026 (or 0x037026) is known color: Crusoe. HEX triplet: 03, 70 and 26. RGB value is (3,112,38). Sum of RGB (Red+Green+Blue) = 3+112+38=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #037026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037026 is #FC8FD9. Grayscale: #474747. Windows color (decimal): -16551898 or 2519043. OLE color: 2519043.

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

Color convert

RGB 3 112 38 -
CMYK 0.97 0 0.66 0.56
HSL 139.27º 0.95% 0.23% -
HSV(B) 139.27º 0.97% 0.44% -
XYZ 6.18 11.75 3.78 -
YUV 70.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 3 112 38 0.97 0 0.66 0.56 139.27 0.95 0.23
Hex 3 70 26 61 0 42 38 8B 5F 17
Octal 3 160 46 141 0 102 70 213 137 27
Binary 11 1110000 100110 1100001 0 1000010 111000 10001011 1011111 10111

Color Harmonies of #037026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037026

Black with #037026

Text Example


Text Example

White with #037026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037026; }

 p { color: rgb(3,112,38); }

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

background-color css

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

 a { background-color: rgb(3,112,38); }

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

border-color css

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

 span { border-color: rgb(3,112,38); }

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