Html Css Color HEX #006326 Crusoe

📋 copy color: '#006326'

red 0 ◦ green 99 ◦ blue 38

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

Shades of Crusoe #006326

Tints of Crusoe #006326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 0%
G = 72.26%
B = 27.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#006326 (or 0x006326) is known color: Crusoe. HEX triplet: 00, 63 and 26. RGB value is (0,99,38). Sum of RGB (Red+Green+Blue) = 0+99+38=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #006326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006326 is #FF9CD9. Grayscale: #3E3E3E. Windows color (decimal): -16751834 or 2515712. OLE color: 2515712.

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

Color convert

RGB 0 99 38 -
CMYK 1 0 0.62 0.61
HSL 143.03º 1% 0.19% -
HSV(B) 143.03º 1% 0.39% -
XYZ 4.81 9.06 3.33 -
YUV 62.45 114.2 83.46 -
System Red Green Blue C M Y K H S L
Decimal 0 99 38 1 0 0.62 0.61 143.03 1 0.19
Hex 0 63 26 64 0 3E 3D 8F 64 13
Octal 0 143 46 144 0 76 75 217 144 23
Binary 0 1100011 100110 1100100 0 111110 111101 10001111 1100100 10011

Color Harmonies of #006326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006326

Black with #006326

Text Example


Text Example

White with #006326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006326; }

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

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

background-color css

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

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

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

border-color css

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

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

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