#0D6C3A

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

Shades of Fun Green #0D6C3A

Tints of Fun Green #0D6C3A

Color information

#0D6C3A (or 0x0D6C3A) is unknown color: approx Fun Green. HEX triplet: 0D, 6C and 3A. RGB value is (13,108,58). Sum of RGB (Red+Green+Blue) = 13+108+58=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6C3A is #F293C5. Grayscale: #4A4A4A. Windows color (decimal): -15897542 or 3828749. OLE color: 3828749.

HSL color Cylindrical-coordinate representation of color #0D6C3A: hue angle of 148.42º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C3A is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1310858-
CMYK0.8800.460.58
HSL148.42º78.51%23.73%-
HSV(B)148.42º87.96%42.35%-
XYZ6.2911.125.82-
YUV73.89119.0384.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.26%
GREEN value IS 108 (42.58% from 255) = 60.34%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=7.26%
G=60.34%
B=32.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13108580.8800.460.58148.4278.5123.73
HexD6C3A5802E3A944f18
Octal15154721300567222411730
Binary110111011001110101011000010111011101010010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,108,58); }

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

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

 a { background-color: rgb(13,108,58); }

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

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

 span { border-color: rgb(13,108,58); }

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