Html Css Color HEX #006319 Crusoe

📋 copy color: '#006319'

red 0 ◦ green 99 ◦ blue 25

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

Shades of Crusoe #006319

Tints of Crusoe #006319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 79.84%

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

R = 0%
G = 79.84%
B = 20.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#006319 (or 0x006319) is known color: Crusoe. HEX triplet: 00, 63 and 19. RGB value is (0,99,25). Sum of RGB (Red+Green+Blue) = 0+99+25=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #006319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006319 is #FF9CE6. Grayscale: #3D3D3D. Windows color (decimal): -16751847 or 1663744. OLE color: 1663744.

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

Color convert

RGB 0 99 25 -
CMYK 1 0 0.75 0.61
HSL 135.15º 1% 0.19% -
HSV(B) 135.15º 1% 0.39% -
XYZ 4.64 8.99 2.41 -
YUV 60.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 0 99 25 1 0 0.75 0.61 135.15 1 0.19
Hex 0 63 19 64 0 4B 3D 87 64 13
Octal 0 143 31 144 0 113 75 207 144 23
Binary 0 1100011 11001 1100100 0 1001011 111101 10000111 1100100 10011

Color Harmonies of #006319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006319

Black with #006319

Text Example


Text Example

White with #006319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006319; }

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

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

background-color css

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

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

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

border-color css

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

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

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