Html Css Color HEX #0D584A Cyprus

📋 copy color: '#0D584A'

red 13 ◦ green 88 ◦ blue 74

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

Shades of Cyprus #0D584A

Tints of Cyprus #0D584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.29%

R = 7.43%
G = 50.29%
B = 42.29%

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

#0D584A (or 0x0D584A) is known color: Cyprus. HEX triplet: 0D, 58 and 4A. RGB value is (13,88,74). Sum of RGB (Red+Green+Blue) = 13+88+74=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #0D584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D584A is #F2A7B5. Grayscale: #3F3F3F. Windows color (decimal): -15902646 or 4872205. OLE color: 4872205.

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

Color convert

RGB 13 88 74 -
CMYK 0.85 0 0.16 0.65
HSL 168.8º 0.74% 0.2% -
HSV(B) 168.8º 0.85% 0.35% -
XYZ 4.89 7.56 7.68 -
YUV 63.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 13 88 74 0.85 0 0.16 0.65 168.8 0.74 0.2
Hex D 58 4A 55 0 10 41 A9 4A 14
Octal 15 130 112 125 0 20 101 251 112 24
Binary 1101 1011000 1001010 1010101 0 10000 1000001 10101001 1001010 10100

Color Harmonies of #0D584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D584A

Black with #0D584A

Text Example


Text Example

White with #0D584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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