Html Css Color HEX #0D574B Cyprus

📋 copy color: '#0D574B'

red 13 ◦ green 87 ◦ blue 75

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

Shades of Cyprus #0D574B

Tints of Cyprus #0D574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 7.43%
G = 49.71%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#0D574B (or 0x0D574B) is known color: Cyprus. HEX triplet: 0D, 57 and 4B. RGB value is (13,87,75). Sum of RGB (Red+Green+Blue) = 13+87+75=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #0D574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D574B is #F2A8B4. Grayscale: #3F3F3F. Windows color (decimal): -15902901 or 4937485. OLE color: 4937485.

HSL color Cylindrical-coordinate representation of color #0D574B: hue angle of 170.27º 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 #0D574B is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 87 75 -
CMYK 0.85 0 0.14 0.66
HSL 170.27º 0.74% 0.2% -
HSV(B) 170.27º 0.85% 0.34% -
XYZ 4.84 7.41 7.83 -
YUV 63.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 13 87 75 0.85 0 0.14 0.66 170.27 0.74 0.2
Hex D 57 4B 55 0 E 42 AA 4A 14
Octal 15 127 113 125 0 16 102 252 112 24
Binary 1101 1010111 1001011 1010101 0 1110 1000010 10101010 1001010 10100

Color Harmonies of #0D574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D574B

Black with #0D574B

Text Example


Text Example

White with #0D574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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