Html Css Color HEX #0D574D Cyprus

📋 copy color: '#0D574D'

red 13 ◦ green 87 ◦ blue 77

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

Shades of Cyprus #0D574D

Tints of Cyprus #0D574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

 BLUE value IS 77 (30.47% from 255) = 43.5%

R = 7.34%
G = 49.15%
B = 43.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#0D574D (or 0x0D574D) is known color: Cyprus. HEX triplet: 0D, 57 and 4D. RGB value is (13,87,77). Sum of RGB (Red+Green+Blue) = 13+87+77=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #0D574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D574D is #F2A8B2. Grayscale: #3F3F3F. Windows color (decimal): -15902899 or 5068557. OLE color: 5068557.

HSL color Cylindrical-coordinate representation of color #0D574D: hue angle of 171.89º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D574D is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 87 77 -
CMYK 0.85 0 0.11 0.66
HSL 171.89º 0.74% 0.2% -
HSV(B) 171.89º 0.85% 0.34% -
XYZ 4.91 7.44 8.2 -
YUV 63.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 13 87 77 0.85 0 0.11 0.66 171.89 0.74 0.2
Hex D 57 4D 55 0 B 42 AC 4A 14
Octal 15 127 115 125 0 13 102 254 112 24
Binary 1101 1010111 1001101 1010101 0 1011 1000010 10101100 1001010 10100

Color Harmonies of #0D574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D574D

Black with #0D574D

Text Example


Text Example

White with #0D574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,87,77); }

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

background-color css

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

 a { background-color: rgb(13,87,77); }

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

border-color css

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

 span { border-color: rgb(13,87,77); }

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