Html Css Color HEX #346050 Spectra

📋 copy color: '#346050'

red 52 ◦ green 96 ◦ blue 80

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

Shades of Spectra #346050

Tints of Spectra #346050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 22.81%
G = 42.11%
B = 35.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#346050 (or 0x346050) is known color: Spectra. HEX triplet: 34, 60 and 50. RGB value is (52,96,80). Sum of RGB (Red+Green+Blue) = 52+96+80=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #346050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346050 is #CB9FAF. Grayscale: #515151. Windows color (decimal): -13344688 or 5267508. OLE color: 5267508.

HSL color Cylindrical-coordinate representation of color #346050: hue angle of 158.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #346050 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 80 -
CMYK 0.46 0 0.17 0.62
HSL 158.18º 0.3% 0.29% -
HSV(B) 158.18º 0.46% 0.38% -
XYZ 7.05 9.67 9.09 -
YUV 81.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 52 96 80 0.46 0 0.17 0.62 158.18 0.3 0.29
Hex 34 60 50 2E 0 11 3E 9E 1E 1D
Octal 64 140 120 56 0 21 76 236 36 35
Binary 110100 1100000 1010000 101110 0 10001 111110 10011110 11110 11101

Color Harmonies of #346050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346050

Black with #346050

Text Example


Text Example

White with #346050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346050; }

 p { color: rgb(52,96,80); }

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

background-color css

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

 a { background-color: rgb(52,96,80); }

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

border-color css

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

 span { border-color: rgb(52,96,80); }

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