Html Css Color HEX #34827A Elm

📋 copy color: '#34827A'

red 52 ◦ green 130 ◦ blue 122

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

Shades of Elm #34827A

Tints of Elm #34827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

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

R = 17.11%
G = 42.76%
B = 40.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#34827A (or 0x34827A) is known color: Elm. HEX triplet: 34, 82 and 7A. RGB value is (52,130,122). Sum of RGB (Red+Green+Blue) = 52+130+122=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #34827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34827A is #CB7D85. Grayscale: #696969. Windows color (decimal): -13335942 or 8028724. OLE color: 8028724.

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

Color convert

RGB 52 130 122 -
CMYK 0.60 0 0.06 0.49
HSL 173.85º 0.43% 0.36% -
HSV(B) 173.85º 0.6% 0.51% -
XYZ 12.91 18.1 21.23 -
YUV 105.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 52 130 122 0.60 0 0.06 0.49 173.85 0.43 0.36
Hex 34 82 7A 3C 0 6 31 AE 2B 24
Octal 64 202 172 74 0 6 61 256 53 44
Binary 110100 10000010 1111010 111100 0 110 110001 10101110 101011 100100

Color Harmonies of #34827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34827A

Black with #34827A

Text Example


Text Example

White with #34827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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