Html Css Color HEX #34594A Spectra

📋 copy color: '#34594A'

red 52 ◦ green 89 ◦ blue 74

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

Shades of Spectra #34594A

Tints of Spectra #34594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 24.19%
G = 41.4%
B = 34.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#34594A (or 0x34594A) is known color: Spectra. HEX triplet: 34, 59 and 4A. RGB value is (52,89,74). Sum of RGB (Red+Green+Blue) = 52+89+74=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #34594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34594A is #CBA6B5. Grayscale: #4C4C4C. Windows color (decimal): -13346486 or 4872500. OLE color: 4872500.

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

Color convert

RGB 52 89 74 -
CMYK 0.42 0 0.17 0.65
HSL 155.68º 0.26% 0.28% -
HSV(B) 155.68º 0.42% 0.35% -
XYZ 6.22 8.37 7.77 -
YUV 76.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 52 89 74 0.42 0 0.17 0.65 155.68 0.26 0.28
Hex 34 59 4A 2A 0 11 41 9C 1A 1C
Octal 64 131 112 52 0 21 101 234 32 34
Binary 110100 1011001 1001010 101010 0 10001 1000001 10011100 11010 11100

Color Harmonies of #34594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34594A

Black with #34594A

Text Example


Text Example

White with #34594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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