#0D5938

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

Shades of Fun Green #0D5938

Tints of Fun Green #0D5938

Color information

#0D5938 (or 0x0D5938) is unknown color: approx Fun Green. HEX triplet: 0D, 59 and 38. RGB value is (13,89,56). Sum of RGB (Red+Green+Blue) = 13+89+56=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5938 is #F2A6C7. Grayscale: #3E3E3E. Windows color (decimal): -15902408 or 3692813. OLE color: 3692813.

HSL color Cylindrical-coordinate representation of color #0D5938: hue angle of 153.95º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5938 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB138956-
CMYK0.8500.370.65
HSL153.95º74.51%20%-
HSV(B)153.95º85.39%34.9%-
XYZ4.457.524.96-
YUV62.51124.3292.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.23%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=8.23%
G=56.33%
B=35.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1389560.8500.370.65153.9574.5120
HexD593855025419a4b14
Octal151317012504510123211324
Binary1101101100111100010101010100101100000110011010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,89,56); }

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

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

 a { background-color: rgb(13,89,56); }

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

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

 span { border-color: rgb(13,89,56); }

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