Html Css Color HEX #0D534C Cyprus

📋 copy color: '#0D534C'

red 13 ◦ green 83 ◦ blue 76

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

Shades of Cyprus #0D534C

Tints of Cyprus #0D534C

RGB

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

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

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

R = 7.56%
G = 48.26%
B = 44.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#0D534C (or 0x0D534C) is known color: Cyprus. HEX triplet: 0D, 53 and 4C. RGB value is (13,83,76). Sum of RGB (Red+Green+Blue) = 13+83+76=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #0D534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D534C is #F2ACB3. Grayscale: #3D3D3D. Windows color (decimal): -15903924 or 5001997. OLE color: 5001997.

HSL color Cylindrical-coordinate representation of color #0D534C: hue angle of 174º 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 #0D534C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 83 76 -
CMYK 0.84 0 0.08 0.67
HSL 174º 0.73% 0.19% -
HSV(B) 174º 0.84% 0.33% -
XYZ 4.56 6.79 7.91 -
YUV 61.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 13 83 76 0.84 0 0.08 0.67 174 0.73 0.19
Hex D 53 4C 54 0 8 43 AE 49 13
Octal 15 123 114 124 0 10 103 256 111 23
Binary 1101 1010011 1001100 1010100 0 1000 1000011 10101110 1001001 10011

Color Harmonies of #0D534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D534C

Black with #0D534C

Text Example


Text Example

White with #0D534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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