Html Css Color HEX #134948 Cyprus

📋 copy color: '#134948'

red 19 ◦ green 73 ◦ blue 72

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

Shades of Cyprus #134948

Tints of Cyprus #134948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 11.59%
G = 44.51%
B = 43.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#134948 (or 0x134948) is known color: Cyprus. HEX triplet: 13, 49 and 48. RGB value is (19,73,72). Sum of RGB (Red+Green+Blue) = 19+73+72=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #134948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134948 is #ECB6B7. Grayscale: #383838. Windows color (decimal): -15513272 or 4737299. OLE color: 4737299.

HSL color Cylindrical-coordinate representation of color #134948: hue angle of 178.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134948 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 73 72 -
CMYK 0.74 0 0.01 0.71
HSL 178.89º 0.59% 0.18% -
HSV(B) 178.89º 0.74% 0.29% -
XYZ 3.82 5.37 6.97 -
YUV 56.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 19 73 72 0.74 0 0.01 0.71 178.89 0.59 0.18
Hex 13 49 48 4A 0 1 47 B3 3B 12
Octal 23 111 110 112 0 1 107 263 73 22
Binary 10011 1001001 1001000 1001010 0 1 1000111 10110011 111011 10010

Color Harmonies of #134948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134948

Black with #134948

Text Example


Text Example

White with #134948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134948; }

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

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

background-color css

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

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

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

border-color css

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

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

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