#07632C

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

Shades of Crusoe #07632C

Tints of Crusoe #07632C

Color information

#07632C (or 0x07632C) is unknown color: approx Crusoe. HEX triplet: 07, 63 and 2C. RGB value is (7,99,44). Sum of RGB (Red+Green+Blue) = 7+99+44=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #07632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07632C is #F89CD3. Grayscale: #414141. Windows color (decimal): -16293076 or 2908935. OLE color: 2908935.

HSL color Cylindrical-coordinate representation of color #07632C: hue angle of 144.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07632C is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB79944-
CMYK0.9300.560.61
HSL144.13º86.79%20.78%-
HSV(B)144.13º92.93%38.82%-
XYZ59.153.89-
YUV65.22116.0286.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 99 (39.06% from 255) = 66%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=4.67%
G=66%
B=29.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799440.9300.560.61144.1386.7920.78
Hex7632C5D0383D905715
Octal7143541350707522012725
Binary11111000111011001011101011100011110110010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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