#0f542b

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

Shades of Crusoe #0F542B

Tints of Crusoe #0F542B

Color information

#0F542B (or 0x0F542B) is unknown color: approx Crusoe. HEX triplet: 0F, 54 and 2B. RGB value is (15,84,43). Sum of RGB (Red+Green+Blue) = 15+84+43=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #0F542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F542B is #F0ABD4. Grayscale: #3A3A3A. Windows color (decimal): -15772629 or 2839567. OLE color: 2839567.

HSL color Cylindrical-coordinate representation of color #0F542B: hue angle of 144.35º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F542B is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB158443-
CMYK0.8200.490.67
HSL144.35º69.7%19.41%-
HSV(B)144.35º82.14%32.94%-
XYZ3.86.623.36-
YUV58.7119.1496.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 84 (33.20% from 255) = 59.15%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=10.56%
G=59.15%
B=30.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584430.8200.490.67144.3569.719.41
HexF542B5203143904613
Octal171245312206110322010623
Binary1111101010010101110100100110001100001110010000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f542b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f542b; }

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

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

<style>
 a { background-color: #0f542b; }

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

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

<style>
 span { border-color: #0f542b; }

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

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