#07541C

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

Shades of Crusoe #07541C

Tints of Crusoe #07541C

Color information

#07541C (or 0x07541C) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 1C. RGB value is (7,84,28). Sum of RGB (Red+Green+Blue) = 7+84+28=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #07541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07541C is #F8ABE3. Grayscale: #363636. Windows color (decimal): -16296932 or 1856519. OLE color: 1856519.

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

Color convert

RGB78428-
CMYK0.9200.670.67
HSL136.36º84.62%17.84%-
HSV(B)136.36º91.67%32.94%-
XYZ3.476.472.16-
YUV54.59112.9994.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 84 (33.20% from 255) = 70.59%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=5.88%
G=70.59%
B=23.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784280.9200.670.67136.3684.6217.84
Hex7541C5C04343885512
Octal712434134010310321012522
Binary111101010011100101110001000011100001110001000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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