#0F5423

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

Shades of Crusoe #0F5423

Tints of Crusoe #0F5423

Color information

#0F5423 (or 0x0F5423) is unknown color: approx Crusoe. HEX triplet: 0F, 54 and 23. RGB value is (15,84,35). Sum of RGB (Red+Green+Blue) = 15+84+35=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5423 is #F0ABDC. Grayscale: #393939. Windows color (decimal): -15772637 or 2315279. OLE color: 2315279.

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

Color convert

RGB158435-
CMYK0.8200.580.67
HSL137.39º69.7%19.41%-
HSV(B)137.39º82.14%32.94%-
XYZ3.676.562.66-
YUV57.78115.1497.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 84 (33.20% from 255) = 62.69%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=11.19%
G=62.69%
B=26.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584350.8200.580.67137.3969.719.41
HexF54235203A43894613
Octal171244312207210321110623
Binary1111101010010001110100100111010100001110001001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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