Html Css Color HEX #34594C Spectra

📋 copy color: '#34594C'

red 52 ◦ green 89 ◦ blue 76

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

Shades of Spectra #34594C

Tints of Spectra #34594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 23.96%
G = 41.01%
B = 35.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#34594C (or 0x34594C) is known color: Spectra. HEX triplet: 34, 59 and 4C. RGB value is (52,89,76). Sum of RGB (Red+Green+Blue) = 52+89+76=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #34594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34594C is #CBA6B3. Grayscale: #4C4C4C. Windows color (decimal): -13346484 or 5003572. OLE color: 5003572.

HSL color Cylindrical-coordinate representation of color #34594C: hue angle of 158.92º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34594C is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 76 -
CMYK 0.42 0 0.15 0.65
HSL 158.92º 0.26% 0.28% -
HSV(B) 158.92º 0.42% 0.35% -
XYZ 6.29 8.4 8.13 -
YUV 76.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 52 89 76 0.42 0 0.15 0.65 158.92 0.26 0.28
Hex 34 59 4C 2A 0 F 41 9F 1A 1C
Octal 64 131 114 52 0 17 101 237 32 34
Binary 110100 1011001 1001100 101010 0 1111 1000001 10011111 11010 11100

Color Harmonies of #34594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34594C

Black with #34594C

Text Example


Text Example

White with #34594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,89,76); }

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

background-color css

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

 a { background-color: rgb(52,89,76); }

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

border-color css

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

 span { border-color: rgb(52,89,76); }

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