#07572C

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

Shades of Crusoe #07572C

Tints of Crusoe #07572C

Color information

#07572C (or 0x07572C) is unknown color: approx Crusoe. HEX triplet: 07, 57 and 2C. RGB value is (7,87,44). Sum of RGB (Red+Green+Blue) = 7+87+44=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #07572C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07572C is #F8A8D3. Grayscale: #3A3A3A. Windows color (decimal): -16296148 or 2905863. OLE color: 2905863.

HSL color Cylindrical-coordinate representation of color #07572C: hue angle of 147.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07572C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB78744-
CMYK0.9200.490.66
HSL147.75º85.11%18.43%-
HSV(B)147.75º91.95%34.12%-
XYZ3.957.043.53-
YUV58.1812091.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 87 (34.38% from 255) = 63.04%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=5.07%
G=63.04%
B=31.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787440.9200.490.66147.7585.1118.43
Hex7572C5C03142945512
Octal71275413406110222412522
Binary111101011110110010111000110001100001010010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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