Html Css Color HEX #34847A Elm

📋 copy color: '#34847A'

red 52 ◦ green 132 ◦ blue 122

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

Shades of Elm #34847A

Tints of Elm #34847A

RGB

 RED value IS 52 (20.7% from 255) = 16.99%

 GREEN value IS 132 (51.95% from 255) = 43.14%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 16.99%
G = 43.14%
B = 39.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#34847A (or 0x34847A) is known color: Elm. HEX triplet: 34, 84 and 7A. RGB value is (52,132,122). Sum of RGB (Red+Green+Blue) = 52+132+122=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #34847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34847A is #CB7B85. Grayscale: #6A6A6A. Windows color (decimal): -13335430 or 8029236. OLE color: 8029236.

HSL color Cylindrical-coordinate representation of color #34847A: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34847A is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 122 -
CMYK 0.61 0 0.08 0.48
HSL 172.5º 0.43% 0.36% -
HSV(B) 172.5º 0.61% 0.52% -
XYZ 13.18 18.64 21.32 -
YUV 106.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 52 132 122 0.61 0 0.08 0.48 172.5 0.43 0.36
Hex 34 84 7A 3D 0 8 30 AC 2B 24
Octal 64 204 172 75 0 10 60 254 53 44
Binary 110100 10000100 1111010 111101 0 1000 110000 10101100 101011 100100

Color Harmonies of #34847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34847A

Black with #34847A

Text Example


Text Example

White with #34847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34847A; }

 p { color: rgb(52,132,122); }

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

background-color css

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

 a { background-color: rgb(52,132,122); }

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

border-color css

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

 span { border-color: rgb(52,132,122); }

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