Html Css Color HEX #006320 Crusoe

📋 copy color: '#006320'

red 0 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #006320

Tints of Crusoe #006320

RGB

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

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

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

R = 0%
G = 75.57%
B = 24.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#006320 (or 0x006320) is known color: Crusoe. HEX triplet: 00, 63 and 20. RGB value is (0,99,32). Sum of RGB (Red+Green+Blue) = 0+99+32=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #006320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006320 is #FF9CDF. Grayscale: #3D3D3D. Windows color (decimal): -16751840 or 2122496. OLE color: 2122496.

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

Color convert

RGB 0 99 32 -
CMYK 1 0 0.68 0.61
HSL 139.39º 1% 0.19% -
HSV(B) 139.39º 1% 0.39% -
XYZ 4.72 9.03 2.86 -
YUV 61.76 111.2 83.95 -
System Red Green Blue C M Y K H S L
Decimal 0 99 32 1 0 0.68 0.61 139.39 1 0.19
Hex 0 63 20 64 0 44 3D 8B 64 13
Octal 0 143 40 144 0 104 75 213 144 23
Binary 0 1100011 100000 1100100 0 1000100 111101 10001011 1100100 10011

Color Harmonies of #006320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006320

Black with #006320

Text Example


Text Example

White with #006320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006320; }

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

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

background-color css

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

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

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

border-color css

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

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

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