Html Css Color HEX #134541 Cyprus

📋 copy color: '#134541'

red 19 ◦ green 69 ◦ blue 65

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

Shades of Cyprus #134541

Tints of Cyprus #134541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

 BLUE value IS 65 (25.78% from 255) = 42.48%

R = 12.42%
G = 45.1%
B = 42.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#134541 (or 0x134541) is known color: Cyprus. HEX triplet: 13, 45 and 41. RGB value is (19,69,65). Sum of RGB (Red+Green+Blue) = 19+69+65=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #134541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134541 is #ECBABE. Grayscale: #353535. Windows color (decimal): -15514303 or 4277523. OLE color: 4277523.

HSL color Cylindrical-coordinate representation of color #134541: hue angle of 175.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134541 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 65 -
CMYK 0.72 0 0.06 0.73
HSL 175.2º 0.57% 0.17% -
HSV(B) 175.2º 0.72% 0.27% -
XYZ 3.35 4.78 5.75 -
YUV 53.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 19 69 65 0.72 0 0.06 0.73 175.2 0.57 0.17
Hex 13 45 41 48 0 6 49 AF 39 11
Octal 23 105 101 110 0 6 111 257 71 21
Binary 10011 1000101 1000001 1001000 0 110 1001001 10101111 111001 10001

Color Harmonies of #134541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134541

Black with #134541

Text Example


Text Example

White with #134541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134541; }

 p { color: rgb(19,69,65); }

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

background-color css

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

 a { background-color: rgb(19,69,65); }

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

border-color css

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

 span { border-color: rgb(19,69,65); }

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