Html Css Color HEX #34574E Spectra

📋 copy color: '#34574E'

red 52 ◦ green 87 ◦ blue 78

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

Shades of Spectra #34574E

Tints of Spectra #34574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 23.96%
G = 40.09%
B = 35.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#34574E (or 0x34574E) is known color: Spectra. HEX triplet: 34, 57 and 4E. RGB value is (52,87,78). Sum of RGB (Red+Green+Blue) = 52+87+78=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #34574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34574E is #CBA8B1. Grayscale: #4B4B4B. Windows color (decimal): -13346994 or 5134132. OLE color: 5134132.

HSL color Cylindrical-coordinate representation of color #34574E: hue angle of 164.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34574E is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 78 -
CMYK 0.40 0 0.10 0.66
HSL 164.57º 0.25% 0.27% -
HSV(B) 164.57º 0.4% 0.34% -
XYZ 6.2 8.1 8.44 -
YUV 75.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 52 87 78 0.40 0 0.10 0.66 164.57 0.25 0.27
Hex 34 57 4E 28 0 A 42 A5 19 1B
Octal 64 127 116 50 0 12 102 245 31 33
Binary 110100 1010111 1001110 101000 0 1010 1000010 10100101 11001 11011

Color Harmonies of #34574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34574E

Black with #34574E

Text Example


Text Example

White with #34574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34574E; }

 p { color: rgb(52,87,78); }

 H1.HeaderClassName
 {
   color: #34574E;
 }
 .AnyTagClassName
 {
   color: #34574E;
 }
</style>

background-color css

<style>
 a { background-color: #34574E; }

 a { background-color: rgb(52,87,78); }

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

border-color css

<style>
 span { border-color: #34574E; }

 span { border-color: rgb(52,87,78); }

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