#0F5422

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

Shades of Crusoe #0F5422

Tints of Crusoe #0F5422

Color information

#0F5422 (or 0x0F5422) is unknown color: approx Crusoe. HEX triplet: 0F, 54 and 22. RGB value is (15,84,34). Sum of RGB (Red+Green+Blue) = 15+84+34=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5422 is #F0ABDD. Grayscale: #393939. Windows color (decimal): -15772638 or 2249743. OLE color: 2249743.

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

Color convert

RGB158434-
CMYK0.8200.600.67
HSL136.52º69.7%19.41%-
HSV(B)136.52º82.14%32.94%-
XYZ3.666.562.59-
YUV57.67114.6497.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 84 (33.20% from 255) = 63.16%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=11.28%
G=63.16%
B=25.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1584340.8200.600.67136.5269.719.41
HexF54225203C43894613
Octal171244212207410321110623
Binary1111101010010001010100100111100100001110001001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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