Html Css Color HEX #34594D Spectra

📋 copy color: '#34594D'

red 52 ◦ green 89 ◦ blue 77

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

Shades of Spectra #34594D

Tints of Spectra #34594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 23.85%
G = 40.83%
B = 35.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#34594D (or 0x34594D) is known color: Spectra. HEX triplet: 34, 59 and 4D. RGB value is (52,89,77). Sum of RGB (Red+Green+Blue) = 52+89+77=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #34594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34594D is #CBA6B2. Grayscale: #4C4C4C. Windows color (decimal): -13346483 or 5069108. OLE color: 5069108.

HSL color Cylindrical-coordinate representation of color #34594D: hue angle of 160.54º 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 #34594D is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 77 -
CMYK 0.42 0 0.13 0.65
HSL 160.54º 0.26% 0.28% -
HSV(B) 160.54º 0.42% 0.35% -
XYZ 6.33 8.41 8.31 -
YUV 76.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 52 89 77 0.42 0 0.13 0.65 160.54 0.26 0.28
Hex 34 59 4D 2A 0 D 41 A1 1A 1C
Octal 64 131 115 52 0 15 101 241 32 34
Binary 110100 1011001 1001101 101010 0 1101 1000001 10100001 11010 11100

Color Harmonies of #34594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34594D

Black with #34594D

Text Example


Text Example

White with #34594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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