Html Css Color HEX #346350 Spectra

📋 copy color: '#346350'

red 52 ◦ green 99 ◦ blue 80

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

Shades of Spectra #346350

Tints of Spectra #346350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 22.51%
G = 42.86%
B = 34.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#346350 (or 0x346350) is known color: Spectra. HEX triplet: 34, 63 and 50. RGB value is (52,99,80). Sum of RGB (Red+Green+Blue) = 52+99+80=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #346350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346350 is #CB9CAF. Grayscale: #525252. Windows color (decimal): -13343920 or 5268276. OLE color: 5268276.

HSL color Cylindrical-coordinate representation of color #346350: hue angle of 155.74º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346350 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 99 80 -
CMYK 0.47 0 0.19 0.61
HSL 155.74º 0.31% 0.3% -
HSV(B) 155.74º 0.47% 0.39% -
XYZ 7.33 10.23 9.18 -
YUV 82.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 52 99 80 0.47 0 0.19 0.61 155.74 0.31 0.3
Hex 34 63 50 2F 0 13 3D 9C 1F 1E
Octal 64 143 120 57 0 23 75 234 37 36
Binary 110100 1100011 1010000 101111 0 10011 111101 10011100 11111 11110

Color Harmonies of #346350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346350

Black with #346350

Text Example


Text Example

White with #346350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346350; }

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

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

background-color css

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

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

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

border-color css

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

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

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