Html Css Color HEX #0D5345 Cyprus

📋 copy color: '#0D5345'

red 13 ◦ green 83 ◦ blue 69

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

Shades of Cyprus #0D5345

Tints of Cyprus #0D5345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

 BLUE value IS 69 (27.34% from 255) = 41.82%

R = 7.88%
G = 50.3%
B = 41.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#0D5345 (or 0x0D5345) is known color: Cyprus. HEX triplet: 0D, 53 and 45. RGB value is (13,83,69). Sum of RGB (Red+Green+Blue) = 13+83+69=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5345 is #F2ACBA. Grayscale: #3C3C3C. Windows color (decimal): -15903931 or 4543245. OLE color: 4543245.

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

Color convert

RGB 13 83 69 -
CMYK 0.84 0 0.17 0.67
HSL 168º 0.73% 0.19% -
HSV(B) 168º 0.84% 0.33% -
XYZ 4.33 6.7 6.7 -
YUV 60.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 13 83 69 0.84 0 0.17 0.67 168 0.73 0.19
Hex D 53 45 54 0 11 43 A8 49 13
Octal 15 123 105 124 0 21 103 250 111 23
Binary 1101 1010011 1000101 1010100 0 10001 1000011 10101000 1001001 10011

Color Harmonies of #0D5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5345

Black with #0D5345

Text Example


Text Example

White with #0D5345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,69); }

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

background-color css

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

 a { background-color: rgb(13,83,69); }

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

border-color css

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

 span { border-color: rgb(13,83,69); }

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