#00632F

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

Shades of Crusoe #00632F

Tints of Crusoe #00632F

Color information

#00632F (or 0x00632F) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 2F. RGB value is (0,99,47). Sum of RGB (Red+Green+Blue) = 0+99+47=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #00632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00632F is #FF9CD0. Grayscale: #3F3F3F. Windows color (decimal): -16751825 or 3105536. OLE color: 3105536.

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

Color convert

RGB09947-
CMYK100.530.61
HSL148.48º100%19.41%-
HSV(B)148.48º100%38.82%-
XYZ4.979.134.19-
YUV63.47118.782.73-

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) = 67.81%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=0%
G=67.81%
B=32.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09947100.530.61148.4810019.41
Hex0632F640353D946413
Octal0143571440657522414423
Binary011000111011111100100011010111110110010100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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