#00632C

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

Shades of Crusoe #00632C

Tints of Crusoe #00632C

Color information

#00632C (or 0x00632C) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 2C. RGB value is (0,99,44). Sum of RGB (Red+Green+Blue) = 0+99+44=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 99 (39.06% from 255 or 69.23% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 99 - color contains mainly: green. Hex color #00632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00632C is #FF9CD3. Grayscale: #3F3F3F. Windows color (decimal): -16751828 or 2908928. OLE color: 2908928.

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

Color convert

RGB09944-
CMYK100.560.61
HSL146.67º100%19.41%-
HSV(B)146.67º100%38.82%-
XYZ4.929.113.88-
YUV63.13117.282.97-

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) = 69.23%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=0%
G=69.23%
B=30.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09944100.560.61146.6710019.41
Hex0632C640383D936413
Octal0143541440707522314423
Binary011000111011001100100011100011110110010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00632C; }

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

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

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

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

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

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

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

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