Html Css Color HEX #0D554C Cyprus

📋 copy color: '#0D554C'

red 13 ◦ green 85 ◦ blue 76

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

Shades of Cyprus #0D554C

Tints of Cyprus #0D554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 7.47%
G = 48.85%
B = 43.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#0D554C (or 0x0D554C) is known color: Cyprus. HEX triplet: 0D, 55 and 4C. RGB value is (13,85,76). Sum of RGB (Red+Green+Blue) = 13+85+76=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #0D554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D554C is #F2AAB3. Grayscale: #3E3E3E. Windows color (decimal): -15903412 or 5002509. OLE color: 5002509.

HSL color Cylindrical-coordinate representation of color #0D554C: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D554C is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 85 76 -
CMYK 0.85 0 0.11 0.67
HSL 172.5º 0.73% 0.19% -
HSV(B) 172.5º 0.85% 0.33% -
XYZ 4.72 7.1 7.96 -
YUV 62.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 13 85 76 0.85 0 0.11 0.67 172.5 0.73 0.19
Hex D 55 4C 55 0 B 43 AC 49 13
Octal 15 125 114 125 0 13 103 254 111 23
Binary 1101 1010101 1001100 1010101 0 1011 1000011 10101100 1001001 10011

Color Harmonies of #0D554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D554C

Black with #0D554C

Text Example


Text Example

White with #0D554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,85,76); }

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

background-color css

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

 a { background-color: rgb(13,85,76); }

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

border-color css

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

 span { border-color: rgb(13,85,76); }

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