Html Css Color HEX #34817A Elm

📋 copy color: '#34817A'

red 52 ◦ green 129 ◦ blue 122

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

Shades of Elm #34817A

Tints of Elm #34817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.57%

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

R = 17.16%
G = 42.57%
B = 40.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#34817A (or 0x34817A) is known color: Elm. HEX triplet: 34, 81 and 7A. RGB value is (52,129,122). Sum of RGB (Red+Green+Blue) = 52+129+122=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #34817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34817A is #CB7E85. Grayscale: #696969. Windows color (decimal): -13336198 or 8028468. OLE color: 8028468.

HSL color Cylindrical-coordinate representation of color #34817A: hue angle of 174.55º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34817A is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 129 122 -
CMYK 0.60 0 0.05 0.49
HSL 174.55º 0.43% 0.35% -
HSV(B) 174.55º 0.6% 0.51% -
XYZ 12.78 17.84 21.18 -
YUV 105.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 52 129 122 0.60 0 0.05 0.49 174.55 0.43 0.35
Hex 34 81 7A 3C 0 5 31 AF 2B 23
Octal 64 201 172 74 0 5 61 257 53 43
Binary 110100 10000001 1111010 111100 0 101 110001 10101111 101011 100011

Color Harmonies of #34817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34817A

Black with #34817A

Text Example


Text Example

White with #34817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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