Html Css Color HEX #135149 Cyprus

📋 copy color: '#135149'

red 19 ◦ green 81 ◦ blue 73

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

Shades of Cyprus #135149

Tints of Cyprus #135149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 10.98%
G = 46.82%
B = 42.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#135149 (or 0x135149) is known color: Cyprus. HEX triplet: 13, 51 and 49. RGB value is (19,81,73). Sum of RGB (Red+Green+Blue) = 19+81+73=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #135149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135149 is #ECAEB6. Grayscale: #3D3D3D. Windows color (decimal): -15511223 or 4804883. OLE color: 4804883.

HSL color Cylindrical-coordinate representation of color #135149: hue angle of 172.26º 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 #135149 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 73 -
CMYK 0.77 0 0.10 0.68
HSL 172.26º 0.62% 0.2% -
HSV(B) 172.26º 0.77% 0.32% -
XYZ 4.41 6.5 7.33 -
YUV 61.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 19 81 73 0.77 0 0.10 0.68 172.26 0.62 0.2
Hex 13 51 49 4D 0 A 44 AC 3E 14
Octal 23 121 111 115 0 12 104 254 76 24
Binary 10011 1010001 1001001 1001101 0 1010 1000100 10101100 111110 10100

Color Harmonies of #135149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135149

Black with #135149

Text Example


Text Example

White with #135149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135149; }

 p { color: rgb(19,81,73); }

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

background-color css

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

 a { background-color: rgb(19,81,73); }

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

border-color css

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

 span { border-color: rgb(19,81,73); }

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