#07732D

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

Shades of Crusoe #07732D

Tints of Crusoe #07732D

Color information

#07732D (or 0x07732D) is unknown color: approx Crusoe. HEX triplet: 07, 73 and 2D. RGB value is (7,115,45). Sum of RGB (Red+Green+Blue) = 7+115+45=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #07732D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07732D is #F88CD2. Grayscale: #4A4A4A. Windows color (decimal): -16288979 or 2978567. OLE color: 2978567.

HSL color Cylindrical-coordinate representation of color #07732D: hue angle of 141.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07732D is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB711545-
CMYK0.9400.610.55
HSL141.11º88.52%23.92%-
HSV(B)141.11º93.91%45.1%-
XYZ6.6912.54.54-
YUV74.73111.2279.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 115 (45.31% from 255) = 68.86%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=4.19%
G=68.86%
B=26.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7115450.9400.610.55141.1188.5223.92
Hex7732D5E03D378d5918
Octal7163551360756721513130
Binary11111100111011011011110011110111011110001101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07732D; }

 p { color: rgb(7,115,45); }

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

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

 a { background-color: rgb(7,115,45); }

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

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

 span { border-color: rgb(7,115,45); }

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