Html Css Color HEX #006819 Crusoe

📋 copy color: '#006819'

red 0 ◦ green 104 ◦ blue 25

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

Shades of Crusoe #006819

Tints of Crusoe #006819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 80.62%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 0%
G = 80.62%
B = 19.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#006819 (or 0x006819) is known color: Crusoe. HEX triplet: 00, 68 and 19. RGB value is (0,104,25). Sum of RGB (Red+Green+Blue) = 0+104+25=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #006819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006819 is #FF97E6. Grayscale: #404040. Windows color (decimal): -16750567 or 1665024. OLE color: 1665024.

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

Color convert

RGB 0 104 25 -
CMYK 1 0 0.76 0.59
HSL 134.42º 1% 0.2% -
HSV(B) 134.42º 1% 0.41% -
XYZ 5.13 9.97 2.57 -
YUV 63.9 106.04 82.42 -
System Red Green Blue C M Y K H S L
Decimal 0 104 25 1 0 0.76 0.59 134.42 1 0.2
Hex 0 68 19 64 0 4C 3B 86 64 14
Octal 0 150 31 144 0 114 73 206 144 24
Binary 0 1101000 11001 1100100 0 1001100 111011 10000110 1100100 10100

Color Harmonies of #006819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006819

Black with #006819

Text Example


Text Example

White with #006819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006819; }

 p { color: rgb(0,104,25); }

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

background-color css

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

 a { background-color: rgb(0,104,25); }

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

border-color css

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

 span { border-color: rgb(0,104,25); }

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