Html Css Color HEX #34817B Elm

📋 copy color: '#34817B'

red 52 ◦ green 129 ◦ blue 123

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

Shades of Elm #34817B

Tints of Elm #34817B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.46%

R = 17.11%
G = 42.43%
B = 40.46%

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

#34817B (or 0x34817B) is known color: Elm. HEX triplet: 34, 81 and 7B. RGB value is (52,129,123). Sum of RGB (Red+Green+Blue) = 52+129+123=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #34817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34817B is #CB7E84. Grayscale: #696969. Windows color (decimal): -13336197 or 8094004. OLE color: 8094004.

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

Color convert

RGB 52 129 123 -
CMYK 0.60 0 0.05 0.49
HSL 175.32º 0.43% 0.35% -
HSV(B) 175.32º 0.6% 0.51% -
XYZ 12.84 17.86 21.51 -
YUV 105.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 52 129 123 0.60 0 0.05 0.49 175.32 0.43 0.35
Hex 34 81 7B 3C 0 5 31 AF 2B 23
Octal 64 201 173 74 0 5 61 257 53 43
Binary 110100 10000001 1111011 111100 0 101 110001 10101111 101011 100011

Color Harmonies of #34817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34817B

Black with #34817B

Text Example


Text Example

White with #34817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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