Html Css Color HEX #135452 Cyprus

📋 copy color: '#135452'

red 19 ◦ green 84 ◦ blue 82

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

Shades of Cyprus #135452

Tints of Cyprus #135452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 10.27%
G = 45.41%
B = 44.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#135452 (or 0x135452) is known color: Cyprus. HEX triplet: 13, 54 and 52. RGB value is (19,84,82). Sum of RGB (Red+Green+Blue) = 19+84+82=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #135452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135452 is #ECABAD. Grayscale: #404040. Windows color (decimal): -15510446 or 5395475. OLE color: 5395475.

HSL color Cylindrical-coordinate representation of color #135452: hue angle of 178.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135452 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 82 -
CMYK 0.77 0 0.02 0.67
HSL 178.15º 0.63% 0.2% -
HSV(B) 178.15º 0.77% 0.33% -
XYZ 4.96 7.09 9.09 -
YUV 64.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 19 84 82 0.77 0 0.02 0.67 178.15 0.63 0.2
Hex 13 54 52 4D 0 2 43 B2 3F 14
Octal 23 124 122 115 0 2 103 262 77 24
Binary 10011 1010100 1010010 1001101 0 10 1000011 10110010 111111 10100

Color Harmonies of #135452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135452

Black with #135452

Text Example


Text Example

White with #135452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135452; }

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

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

background-color css

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

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

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

border-color css

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

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

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