#07541E

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

Shades of Crusoe #07541E

Tints of Crusoe #07541E

Color information

#07541E (or 0x07541E) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 1E. RGB value is (7,84,30). Sum of RGB (Red+Green+Blue) = 7+84+30=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #07541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07541E is #F8ABE1. Grayscale: #363636. Windows color (decimal): -16296930 or 1987591. OLE color: 1987591.

HSL color Cylindrical-coordinate representation of color #07541E: hue angle of 137.92º 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 #07541E is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB78430-
CMYK0.9200.640.67
HSL137.92º84.62%17.84%-
HSV(B)137.92º91.67%32.94%-
XYZ3.496.482.29-
YUV54.82113.9993.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 84 (33.20% from 255) = 69.42%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=5.79%
G=69.42%
B=24.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784300.9200.640.67137.9284.6217.84
Hex7541E5C040438a5512
Octal712436134010010321212522
Binary111101010011110101110001000000100001110001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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