#07542E

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

Shades of Crusoe #07542E

Tints of Crusoe #07542E

Color information

#07542E (or 0x07542E) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 2E. RGB value is (7,84,46). Sum of RGB (Red+Green+Blue) = 7+84+46=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #07542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07542E is #F8ABD1. Grayscale: #383838. Windows color (decimal): -16296914 or 3036167. OLE color: 3036167.

HSL color Cylindrical-coordinate representation of color #07542E: hue angle of 150.39º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07542E is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB78446-
CMYK0.9200.450.67
HSL150.39º84.62%17.84%-
HSV(B)150.39º91.67%32.94%-
XYZ3.756.583.66-
YUV56.64121.9992.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=5.11%
G=61.31%
B=33.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784460.9200.450.67150.3984.6217.84
Hex7542E5C02D43965512
Octal71245613405510322612522
Binary111101010010111010111000101101100001110010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07542E; }

 p { color: rgb(7,84,46); }

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

<style>
 a { background-color: #07542E; }

 a { background-color: rgb(7,84,46); }

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

<style>
 span { border-color: #07542E; }

 span { border-color: rgb(7,84,46); }

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