#0D643C

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

Shades of Fun Green #0D643C

Tints of Fun Green #0D643C

Color information

#0D643C (or 0x0D643C) is unknown color: approx Fun Green. HEX triplet: 0D, 64 and 3C. RGB value is (13,100,60). Sum of RGB (Red+Green+Blue) = 13+100+60=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #0D643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D643C is #F29BC3. Grayscale: #454545. Windows color (decimal): -15899588 or 3957773. OLE color: 3957773.

HSL color Cylindrical-coordinate representation of color #0D643C: hue angle of 152.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D643C is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1310060-
CMYK0.8700.40.61
HSL152.41º76.99%22.16%-
HSV(B)152.41º87%39.22%-
XYZ5.549.535.82-
YUV69.43122.6887.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=7.51%
G=57.80%
B=34.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal13100600.8700.40.61152.4176.9922.16
HexD643C570283D984d16
Octal15144741270507523011526
Binary110111001001111001010111010100011110110011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,100,60); }

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

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

 a { background-color: rgb(13,100,60); }

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

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

 span { border-color: rgb(13,100,60); }

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