#006323

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

Shades of Crusoe #006323

Tints of Crusoe #006323

Color information

#006323 (or 0x006323) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 23. RGB value is (0,99,35). Sum of RGB (Red+Green+Blue) = 0+99+35=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #006323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006323 is #FF9CDC. Grayscale: #3E3E3E. Windows color (decimal): -16751837 or 2319104. OLE color: 2319104.

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

Color convert

RGB09935-
CMYK100.650.61
HSL141.21º100%19.41%-
HSV(B)141.21º100%38.82%-
XYZ4.779.053.08-
YUV62.1112.783.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 73.88%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=0%
G=73.88%
B=26.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09935100.650.61141.2110019.41
Hex06323640413D8d6413
Octal01434314401017521514423
Binary0110001110001111001000100000111110110001101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006323; }

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

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

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

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

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

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

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

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