Html Css Color HEX #006220 Crusoe

📋 copy color: '#006220'

red 0 ◦ green 98 ◦ blue 32

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

Shades of Crusoe #006220

Tints of Crusoe #006220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 75.38%

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

R = 0%
G = 75.38%
B = 24.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#006220 (or 0x006220) is known color: Crusoe. HEX triplet: 00, 62 and 20. RGB value is (0,98,32). Sum of RGB (Red+Green+Blue) = 0+98+32=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 98 (38.67% from 255 or 75.38% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 98 - color contains mainly: green. Hex color #006220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006220 is #FF9DDF. Grayscale: #3D3D3D. Windows color (decimal): -16752096 or 2122240. OLE color: 2122240.

HSL color Cylindrical-coordinate representation of color #006220: hue angle of 139.59º 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 #006220 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 32 -
CMYK 1 0 0.67 0.62
HSL 139.59º 1% 0.19% -
HSV(B) 139.59º 1% 0.38% -
XYZ 4.63 8.84 2.83 -
YUV 61.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 0 98 32 1 0 0.67 0.62 139.59 1 0.19
Hex 0 62 20 64 0 43 3E 8C 64 13
Octal 0 142 40 144 0 103 76 214 144 23
Binary 0 1100010 100000 1100100 0 1000011 111110 10001100 1100100 10011

Color Harmonies of #006220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006220

Black with #006220

Text Example


Text Example

White with #006220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006220; }

 p { color: rgb(0,98,32); }

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

background-color css

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

 a { background-color: rgb(0,98,32); }

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

border-color css

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

 span { border-color: rgb(0,98,32); }

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