Html Css Color HEX #0D553C Fun Green

📋 copy color: '#0D553C'

red 13 ◦ green 85 ◦ blue 60

#0D553C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #0D553C

Tints of Fun Green #0D553C

RGB

 RED value IS 13 (5.47% from 255) = 8.23%

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 8.23%
G = 53.8%
B = 37.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#0D553C (or 0x0D553C) is known color: Fun Green. HEX triplet: 0D, 55 and 3C. RGB value is (13,85,60). Sum of RGB (Red+Green+Blue) = 13+85+60=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #0D553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D553C is #F2AAC3. Grayscale: #3C3C3C. Windows color (decimal): -15903428 or 3953933. OLE color: 3953933.

HSL color Cylindrical-coordinate representation of color #0D553C: hue angle of 159.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D553C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 85 60 -
CMYK 0.85 0 0.29 0.67
HSL 159.17º 0.73% 0.19% -
HSV(B) 159.17º 0.85% 0.33% -
XYZ 4.23 6.91 5.39 -
YUV 60.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 13 85 60 0.85 0 0.29 0.67 159.17 0.73 0.19
Hex D 55 3C 55 0 1D 43 9F 49 13
Octal 15 125 74 125 0 35 103 237 111 23
Binary 1101 1010101 111100 1010101 0 11101 1000011 10011111 1001001 10011

Color Harmonies of #0D553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D553C

Black with #0D553C

Text Example


Text Example

White with #0D553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D553C;
 }
 .AnyTagClassName
 {
   color: #0D553C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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