#07542A

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

Shades of Crusoe #07542A

Tints of Crusoe #07542A

Color information

#07542A (or 0x07542A) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 2A. RGB value is (7,84,42). Sum of RGB (Red+Green+Blue) = 7+84+42=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #07542A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07542A is #F8ABD5. Grayscale: #383838. Windows color (decimal): -16296918 or 2774023. OLE color: 2774023.

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

Color convert

RGB78442-
CMYK0.9200.50.67
HSL147.27º84.62%17.84%-
HSV(B)147.27º91.67%32.94%-
XYZ3.686.553.26-
YUV56.19119.9992.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 84 (33.20% from 255) = 63.16%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=5.26%
G=63.16%
B=31.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784420.9200.50.67147.2784.6217.84
Hex7542A5C03243935512
Octal71245213406210322312522
Binary111101010010101010111000110010100001110010011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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