Html Css Color HEX #006128 Crusoe

📋 copy color: '#006128'

red 0 ◦ green 97 ◦ blue 40

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

Shades of Crusoe #006128

Tints of Crusoe #006128

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 70.8%

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

R = 0%
G = 70.8%
B = 29.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#006128 (or 0x006128) is known color: Crusoe. HEX triplet: 00, 61 and 28. RGB value is (0,97,40). Sum of RGB (Red+Green+Blue) = 0+97+40=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 97 (38.28% from 255 or 70.80% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 97 - color contains mainly: green. Hex color #006128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006128 is #FF9ED7. Grayscale: #3D3D3D. Windows color (decimal): -16752344 or 2646272. OLE color: 2646272.

HSL color Cylindrical-coordinate representation of color #006128: hue angle of 144.74º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006128 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 40 -
CMYK 1 0 0.59 0.62
HSL 144.74º 1% 0.19% -
HSV(B) 144.74º 1% 0.38% -
XYZ 4.66 8.7 3.44 -
YUV 61.5 115.86 84.13 -
System Red Green Blue C M Y K H S L
Decimal 0 97 40 1 0 0.59 0.62 144.74 1 0.19
Hex 0 61 28 64 0 3B 3E 91 64 13
Octal 0 141 50 144 0 73 76 221 144 23
Binary 0 1100001 101000 1100100 0 111011 111110 10010001 1100100 10011

Color Harmonies of #006128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006128

Black with #006128

Text Example


Text Example

White with #006128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006128; }

 p { color: rgb(0,97,40); }

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

background-color css

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

 a { background-color: rgb(0,97,40); }

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

border-color css

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

 span { border-color: rgb(0,97,40); }

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