Html Css Color HEX #0D584B Cyprus

📋 copy color: '#0D584B'

red 13 ◦ green 88 ◦ blue 75

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

Shades of Cyprus #0D584B

Tints of Cyprus #0D584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50%

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

R = 7.39%
G = 50%
B = 42.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#0D584B (or 0x0D584B) is known color: Cyprus. HEX triplet: 0D, 58 and 4B. RGB value is (13,88,75). Sum of RGB (Red+Green+Blue) = 13+88+75=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #0D584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D584B is #F2A7B4. Grayscale: #404040. Windows color (decimal): -15902645 or 4937741. OLE color: 4937741.

HSL color Cylindrical-coordinate representation of color #0D584B: hue angle of 169.6º degrees, saturation: 0.74, 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 #0D584B is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 88 75 -
CMYK 0.85 0 0.15 0.65
HSL 169.6º 0.74% 0.2% -
HSV(B) 169.6º 0.85% 0.35% -
XYZ 4.93 7.57 7.86 -
YUV 64.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 13 88 75 0.85 0 0.15 0.65 169.6 0.74 0.2
Hex D 58 4B 55 0 F 41 AA 4A 14
Octal 15 130 113 125 0 17 101 252 112 24
Binary 1101 1011000 1001011 1010101 0 1111 1000001 10101010 1001010 10100

Color Harmonies of #0D584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D584B

Black with #0D584B

Text Example


Text Example

White with #0D584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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