#0F4F22

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

Shades of Crusoe #0F4F22

Tints of Crusoe #0F4F22

Color information

#0F4F22 (or 0x0F4F22) is unknown color: approx Crusoe. HEX triplet: 0F, 4F and 22. RGB value is (15,79,34). Sum of RGB (Red+Green+Blue) = 15+79+34=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F22 is #F0B0DD. Grayscale: #363636. Windows color (decimal): -15773918 or 2248463. OLE color: 2248463.

HSL color Cylindrical-coordinate representation of color #0F4F22: hue angle of 137.81º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F22 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.

Color convert

RGB157934-
CMYK0.8100.570.69
HSL137.81º68.09%18.43%-
HSV(B)137.81º81.01%30.98%-
XYZ3.285.812.46-
YUV54.73116.399.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.72%
GREEN value IS 79 (31.25% from 255) = 61.72%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=11.72%
G=61.72%
B=26.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1579340.8100.570.69137.8168.0918.43
HexF4F2251039458a4412
Octal171174212107110521210422
Binary1111100111110001010100010111001100010110001010100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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