Html Css Color HEX #0D594B Cyprus

📋 copy color: '#0D594B'

red 13 ◦ green 89 ◦ blue 75

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

Shades of Cyprus #0D594B

Tints of Cyprus #0D594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

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

R = 7.34%
G = 50.28%
B = 42.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#0D594B (or 0x0D594B) is known color: Cyprus. HEX triplet: 0D, 59 and 4B. RGB value is (13,89,75). Sum of RGB (Red+Green+Blue) = 13+89+75=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #0D594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D594B is #F2A6B4. Grayscale: #404040. Windows color (decimal): -15902389 or 4937997. OLE color: 4937997.

HSL color Cylindrical-coordinate representation of color #0D594B: hue angle of 168.95º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D594B is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 89 75 -
CMYK 0.85 0 0.16 0.65
HSL 168.95º 0.75% 0.2% -
HSV(B) 168.95º 0.85% 0.35% -
XYZ 5.01 7.74 7.89 -
YUV 64.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 13 89 75 0.85 0 0.16 0.65 168.95 0.75 0.2
Hex D 59 4B 55 0 10 41 A9 4B 14
Octal 15 131 113 125 0 20 101 251 113 24
Binary 1101 1011001 1001011 1010101 0 10000 1000001 10101001 1001011 10100

Color Harmonies of #0D594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D594B

Black with #0D594B

Text Example


Text Example

White with #0D594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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