Html Css Color HEX #34827C Elm

📋 copy color: '#34827C'

red 52 ◦ green 130 ◦ blue 124

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

Shades of Elm #34827C

Tints of Elm #34827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 16.99%
G = 42.48%
B = 40.52%

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

#34827C (or 0x34827C) is known color: Elm. HEX triplet: 34, 82 and 7C. RGB value is (52,130,124). Sum of RGB (Red+Green+Blue) = 52+130+124=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #34827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34827C is #CB7D83. Grayscale: #696969. Windows color (decimal): -13335940 or 8159796. OLE color: 8159796.

HSL color Cylindrical-coordinate representation of color #34827C: hue angle of 175.38º 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 #34827C is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 124 -
CMYK 0.60 0 0.05 0.49
HSL 175.38º 0.43% 0.36% -
HSV(B) 175.38º 0.6% 0.51% -
XYZ 13.04 18.15 21.89 -
YUV 105.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 52 130 124 0.60 0 0.05 0.49 175.38 0.43 0.36
Hex 34 82 7C 3C 0 5 31 AF 2B 24
Octal 64 202 174 74 0 5 61 257 53 44
Binary 110100 10000010 1111100 111100 0 101 110001 10101111 101011 100100

Color Harmonies of #34827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34827C

Black with #34827C

Text Example


Text Example

White with #34827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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