Html Css Color HEX #006218 Crusoe

📋 copy color: '#006218'

red 0 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #006218

Tints of Crusoe #006218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 0%
G = 80.33%
B = 19.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#006218 (or 0x006218) is known color: Crusoe. HEX triplet: 00, 62 and 18. RGB value is (0,98,24). Sum of RGB (Red+Green+Blue) = 0+98+24=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #006218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006218 is #FF9DE7. Grayscale: #3C3C3C. Windows color (decimal): -16752104 or 1597952. OLE color: 1597952.

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

Color convert

RGB 0 98 24 -
CMYK 1 0 0.76 0.62
HSL 134.69º 1% 0.19% -
HSV(B) 134.69º 1% 0.38% -
XYZ 4.53 8.8 2.32 -
YUV 60.26 107.53 85.02 -
System Red Green Blue C M Y K H S L
Decimal 0 98 24 1 0 0.76 0.62 134.69 1 0.19
Hex 0 62 18 64 0 4C 3E 87 64 13
Octal 0 142 30 144 0 114 76 207 144 23
Binary 0 1100010 11000 1100100 0 1001100 111110 10000111 1100100 10011

Color Harmonies of #006218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006218

Black with #006218

Text Example


Text Example

White with #006218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006218; }

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

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

background-color css

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

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

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

border-color css

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

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

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