Html Css Color HEX #34665F Eden

📋 copy color: '#34665F'

red 52 ◦ green 102 ◦ blue 95

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

Shades of Eden #34665F

Tints of Eden #34665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 20.88%
G = 40.96%
B = 38.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#34665F (or 0x34665F) is known color: Eden. HEX triplet: 34, 66 and 5F. RGB value is (52,102,95). Sum of RGB (Red+Green+Blue) = 52+102+95=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #34665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34665F is #CB99A0. Grayscale: #565656. Windows color (decimal): -13343137 or 6252084. OLE color: 6252084.

HSL color Cylindrical-coordinate representation of color #34665F: hue angle of 171.6º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34665F is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 102 95 -
CMYK 0.49 0 0.07 0.6
HSL 171.6º 0.32% 0.3% -
HSV(B) 171.6º 0.49% 0.4% -
XYZ 8.23 11.06 12.53 -
YUV 86.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 52 102 95 0.49 0 0.07 0.6 171.6 0.32 0.3
Hex 34 66 5F 31 0 7 3C AC 20 1E
Octal 64 146 137 61 0 7 74 254 40 36
Binary 110100 1100110 1011111 110001 0 111 111100 10101100 100000 11110

Color Harmonies of #34665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34665F

Black with #34665F

Text Example


Text Example

White with #34665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34665F; }

 p { color: rgb(52,102,95); }

 H1.HeaderClassName
 {
   color: #34665F;
 }
 .AnyTagClassName
 {
   color: #34665F;
 }
</style>

background-color css

<style>
 a { background-color: #34665F; }

 a { background-color: rgb(52,102,95); }

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

border-color css

<style>
 span { border-color: #34665F; }

 span { border-color: rgb(52,102,95); }

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