Html Css Color HEX #0D8477 Surfie Green

📋 copy color: '#0D8477'

red 13 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #0D8477

Tints of Surfie Green #0D8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 4.92%
G = 50%
B = 45.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#0D8477 (or 0x0D8477) is known color: Surfie Green. HEX triplet: 0D, 84 and 77. RGB value is (13,132,119). Sum of RGB (Red+Green+Blue) = 13+132+119=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #0D8477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8477 is #F27B88. Grayscale: #5E5E5E. Windows color (decimal): -15891337 or 7832589. OLE color: 7832589.

HSL color Cylindrical-coordinate representation of color #0D8477: hue angle of 173.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8477 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 132 119 -
CMYK 0.90 0 0.10 0.48
HSL 173.45º 0.82% 0.28% -
HSV(B) 173.45º 0.9% 0.52% -
XYZ 11.75 17.92 20.29 -
YUV 94.94 141.58 69.56 -
System Red Green Blue C M Y K H S L
Decimal 13 132 119 0.90 0 0.10 0.48 173.45 0.82 0.28
Hex D 84 77 5A 0 A 30 AD 52 1C
Octal 15 204 167 132 0 12 60 255 122 34
Binary 1101 10000100 1110111 1011010 0 1010 110000 10101101 1010010 11100

Color Harmonies of #0D8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8477

Black with #0D8477

Text Example


Text Example

White with #0D8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,119); }

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

background-color css

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

 a { background-color: rgb(13,132,119); }

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

border-color css

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

 span { border-color: rgb(13,132,119); }

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