Html Css Color HEX #34615B Eden

📋 copy color: '#34615B'

red 52 ◦ green 97 ◦ blue 91

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

Shades of Eden #34615B

Tints of Eden #34615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 21.67%
G = 40.42%
B = 37.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#34615B (or 0x34615B) is known color: Eden. HEX triplet: 34, 61 and 5B. RGB value is (52,97,91). Sum of RGB (Red+Green+Blue) = 52+97+91=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #34615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34615B is #CB9EA4. Grayscale: #525252. Windows color (decimal): -13344421 or 5988660. OLE color: 5988660.

HSL color Cylindrical-coordinate representation of color #34615B: hue angle of 172º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34615B is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 97 91 -
CMYK 0.46 0 0.06 0.62
HSL 172º 0.3% 0.29% -
HSV(B) 172º 0.46% 0.38% -
XYZ 7.58 10.03 11.43 -
YUV 82.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 52 97 91 0.46 0 0.06 0.62 172 0.3 0.29
Hex 34 61 5B 2E 0 6 3E AC 1E 1D
Octal 64 141 133 56 0 6 76 254 36 35
Binary 110100 1100001 1011011 101110 0 110 111110 10101100 11110 11101

Color Harmonies of #34615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34615B

Black with #34615B

Text Example


Text Example

White with #34615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,97,91); }

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

background-color css

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

 a { background-color: rgb(52,97,91); }

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

border-color css

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

 span { border-color: rgb(52,97,91); }

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