Html Css Color HEX #13524B Cyprus

📋 copy color: '#13524B'

red 19 ◦ green 82 ◦ blue 75

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

Shades of Cyprus #13524B

Tints of Cyprus #13524B

RGB

 RED value IS 19 (7.81% from 255) = 10.8%

 GREEN value IS 82 (32.42% from 255) = 46.59%

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

R = 10.8%
G = 46.59%
B = 42.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#13524B (or 0x13524B) is known color: Cyprus. HEX triplet: 13, 52 and 4B. RGB value is (19,82,75). Sum of RGB (Red+Green+Blue) = 19+82+75=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #13524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13524B is #ECADB4. Grayscale: #3E3E3E. Windows color (decimal): -15510965 or 4936211. OLE color: 4936211.

HSL color Cylindrical-coordinate representation of color #13524B: hue angle of 173.33º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13524B is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 75 -
CMYK 0.77 0 0.09 0.68
HSL 173.33º 0.62% 0.2% -
HSV(B) 173.33º 0.77% 0.32% -
XYZ 4.56 6.68 7.71 -
YUV 62.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 19 82 75 0.77 0 0.09 0.68 173.33 0.62 0.2
Hex 13 52 4B 4D 0 9 44 AD 3E 14
Octal 23 122 113 115 0 11 104 255 76 24
Binary 10011 1010010 1001011 1001101 0 1001 1000100 10101101 111110 10100

Color Harmonies of #13524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13524B

Black with #13524B

Text Example


Text Example

White with #13524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13524B; }

 p { color: rgb(19,82,75); }

 H1.HeaderClassName
 {
   color: #13524B;
 }
 .AnyTagClassName
 {
   color: #13524B;
 }
</style>

background-color css

<style>
 a { background-color: #13524B; }

 a { background-color: rgb(19,82,75); }

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

border-color css

<style>
 span { border-color: #13524B; }

 span { border-color: rgb(19,82,75); }

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