#07542B

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

Shades of Crusoe #07542B

Tints of Crusoe #07542B

Color information

#07542B (or 0x07542B) is unknown color: approx Crusoe. HEX triplet: 07, 54 and 2B. RGB value is (7,84,43). Sum of RGB (Red+Green+Blue) = 7+84+43=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #07542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07542B is #F8ABD4. Grayscale: #383838. Windows color (decimal): -16296917 or 2839559. OLE color: 2839559.

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

Color convert

RGB78443-
CMYK0.9200.490.67
HSL148.05º84.62%17.84%-
HSV(B)148.05º91.67%32.94%-
XYZ3.696.563.36-
YUV56.3120.4992.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 84 (33.20% from 255) = 62.69%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=5.22%
G=62.69%
B=32.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal784430.9200.490.67148.0584.6217.84
Hex7542B5C03143945512
Octal71245313406110322412522
Binary111101010010101110111000110001100001110010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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