Html Css Color HEX #006329 Crusoe

📋 copy color: '#006329'

red 0 ◦ green 99 ◦ blue 41

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

Shades of Crusoe #006329

Tints of Crusoe #006329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 0%
G = 70.71%
B = 29.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#006329 (or 0x006329) is known color: Crusoe. HEX triplet: 00, 63 and 29. RGB value is (0,99,41). Sum of RGB (Red+Green+Blue) = 0+99+41=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #006329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006329 is #FF9CD6. Grayscale: #3E3E3E. Windows color (decimal): -16751831 or 2712320. OLE color: 2712320.

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

Color convert

RGB 0 99 41 -
CMYK 1 0 0.59 0.61
HSL 144.85º 1% 0.19% -
HSV(B) 144.85º 1% 0.39% -
XYZ 4.86 9.08 3.59 -
YUV 62.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 0 99 41 1 0 0.59 0.61 144.85 1 0.19
Hex 0 63 29 64 0 3B 3D 91 64 13
Octal 0 143 51 144 0 73 75 221 144 23
Binary 0 1100011 101001 1100100 0 111011 111101 10010001 1100100 10011

Color Harmonies of #006329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006329

Black with #006329

Text Example


Text Example

White with #006329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006329; }

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

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

background-color css

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

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

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

border-color css

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

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

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