#0F553B

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

Shades of Fun Green #0F553B

Tints of Fun Green #0F553B

Color information

#0F553B (or 0x0F553B) is unknown color: approx Fun Green. HEX triplet: 0F, 55 and 3B. RGB value is (15,85,59). Sum of RGB (Red+Green+Blue) = 15+85+59=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #0F553B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F553B is #F0AAC4. Grayscale: #3D3D3D. Windows color (decimal): -15772357 or 3888399. OLE color: 3888399.

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

Color convert

RGB158559-
CMYK0.8200.310.67
HSL157.71º70%19.61%-
HSV(B)157.71º82.35%33.33%-
XYZ4.236.915.25-
YUV61.11126.8195.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=9.43%
G=53.46%
B=37.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585590.8200.310.67157.717019.61
HexF553B5201F439e4614
Octal171257312203710323610624
Binary111110101011110111010010011111100001110011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,85,59); }

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

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

 a { background-color: rgb(15,85,59); }

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

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

 span { border-color: rgb(15,85,59); }

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