#07592C

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

Shades of Crusoe #07592C

Tints of Crusoe #07592C

Color information

#07592C (or 0x07592C) is unknown color: approx Crusoe. HEX triplet: 07, 59 and 2C. RGB value is (7,89,44). Sum of RGB (Red+Green+Blue) = 7+89+44=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #07592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07592C is #F8A6D3. Grayscale: #3B3B3B. Windows color (decimal): -16295636 or 2906375. OLE color: 2906375.

HSL color Cylindrical-coordinate representation of color #07592C: hue angle of 147.07º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07592C is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB78944-
CMYK0.9200.510.65
HSL147.07º85.42%18.82%-
HSV(B)147.07º92.13%34.9%-
XYZ4.117.373.59-
YUV59.35119.3390.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 89 (35.16% from 255) = 63.57%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=5%
G=63.57%
B=31.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal789440.9200.510.65147.0785.4218.82
Hex7592C5C03341935513
Octal71315413406310122312523
Binary111101100110110010111000110011100000110010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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