#0F4432

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

Shades of Sherwood Green #0F4432

Tints of Sherwood Green #0F4432

Color information

#0F4432 (or 0x0F4432) is unknown color: approx Sherwood Green. HEX triplet: 0F, 44 and 32. RGB value is (15,68,50). Sum of RGB (Red+Green+Blue) = 15+68+50=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #0F4432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4432 is #F0BBCD. Grayscale: #323232. Windows color (decimal): -15776718 or 3294223. OLE color: 3294223.

HSL color Cylindrical-coordinate representation of color #0F4432: hue angle of 159.62º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4432 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB156850-
CMYK0.7800.260.73
HSL159.62º63.86%16.27%-
HSV(B)159.62º77.94%26.67%-
XYZ2.844.473.73-
YUV50.1127.94102.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=11.28%
G=51.13%
B=37.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1568500.7800.260.73159.6263.8616.27
HexF44324E01A49a04010
Octal171046211603211124010020
Binary111110001001100101001110011010100100110100000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,50); }

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

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

 a { background-color: rgb(15,68,50); }

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

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

 span { border-color: rgb(15,68,50); }

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