Html Css Color HEX #34574F Spectra

📋 copy color: '#34574F'

red 52 ◦ green 87 ◦ blue 79

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

Shades of Spectra #34574F

Tints of Spectra #34574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 23.85%
G = 39.91%
B = 36.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#34574F (or 0x34574F) is known color: Spectra. HEX triplet: 34, 57 and 4F. RGB value is (52,87,79). Sum of RGB (Red+Green+Blue) = 52+87+79=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #34574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34574F is #CBA8B0. Grayscale: #4B4B4B. Windows color (decimal): -13346993 or 5199668. OLE color: 5199668.

HSL color Cylindrical-coordinate representation of color #34574F: hue angle of 166.29º 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 #34574F is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 79 -
CMYK 0.40 0 0.09 0.66
HSL 166.29º 0.25% 0.27% -
HSV(B) 166.29º 0.4% 0.34% -
XYZ 6.24 8.11 8.63 -
YUV 75.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 52 87 79 0.40 0 0.09 0.66 166.29 0.25 0.27
Hex 34 57 4F 28 0 9 42 A6 19 1B
Octal 64 127 117 50 0 11 102 246 31 33
Binary 110100 1010111 1001111 101000 0 1001 1000010 10100110 11001 11011

Color Harmonies of #34574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34574F

Black with #34574F

Text Example


Text Example

White with #34574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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