Html Css Color HEX #037128 Crusoe

📋 copy color: '#037128'

red 3 ◦ green 113 ◦ blue 40

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

Shades of Crusoe #037128

Tints of Crusoe #037128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 1.92%
G = 72.44%
B = 25.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#037128 (or 0x037128) is known color: Crusoe. HEX triplet: 03, 71 and 28. RGB value is (3,113,40). Sum of RGB (Red+Green+Blue) = 3+113+40=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #037128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037128 is #FC8ED7. Grayscale: #474747. Windows color (decimal): -16551640 or 2650371. OLE color: 2650371.

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

Color convert

RGB 3 113 40 -
CMYK 0.97 0 0.65 0.56
HSL 140.18º 0.95% 0.23% -
HSV(B) 140.18º 0.97% 0.44% -
XYZ 6.33 11.98 3.99 -
YUV 71.79 110.06 78.94 -
System Red Green Blue C M Y K H S L
Decimal 3 113 40 0.97 0 0.65 0.56 140.18 0.95 0.23
Hex 3 71 28 61 0 41 38 8C 5F 17
Octal 3 161 50 141 0 101 70 214 137 27
Binary 11 1110001 101000 1100001 0 1000001 111000 10001100 1011111 10111

Color Harmonies of #037128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037128

Black with #037128

Text Example


Text Example

White with #037128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037128; }

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

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

background-color css

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

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

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

border-color css

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

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

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