#006426

Color #006426 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #006426

Tints of Crusoe #006426

Color information

#006426 (or 0x006426) is unknown color: approx Crusoe. HEX triplet: 00, 64 and 26. RGB value is (0,100,38). Sum of RGB (Red+Green+Blue) = 0+100+38=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #006426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006426 is #FF9BD9. Grayscale: #3F3F3F. Windows color (decimal): -16751578 or 2515968. OLE color: 2515968.

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

Color convert

RGB010038-
CMYK100.620.61
HSL142.8º100%19.61%-
HSV(B)142.8º100%39.22%-
XYZ4.919.253.36-
YUV63.03113.8783.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 72.46%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=0%
G=72.46%
B=27.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010038100.620.61142.810019.61
Hex064266403E3D8f6414
Octal0144461440767521714424
Binary011001001001101100100011111011110110001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006426; }

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

 H1.HeaderClassName
 {
   color: #006426;
 }
 .AnyTagClassName
 {
   color: #006426;
 }
</style>
background-color css

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

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

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

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

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

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