Html Css Color HEX #346450 Spectra

📋 copy color: '#346450'

red 52 ◦ green 100 ◦ blue 80

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

Shades of Spectra #346450

Tints of Spectra #346450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.1%

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

R = 22.41%
G = 43.1%
B = 34.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#346450 (or 0x346450) is known color: Spectra. HEX triplet: 34, 64 and 50. RGB value is (52,100,80). Sum of RGB (Red+Green+Blue) = 52+100+80=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #346450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346450 is #CB9BAF. Grayscale: #535353. Windows color (decimal): -13343664 or 5268532. OLE color: 5268532.

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

Color convert

RGB 52 100 80 -
CMYK 0.48 0 0.2 0.61
HSL 155º 0.32% 0.3% -
HSV(B) 155º 0.48% 0.39% -
XYZ 7.42 10.42 9.21 -
YUV 83.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 52 100 80 0.48 0 0.2 0.61 155 0.32 0.3
Hex 34 64 50 30 0 14 3D 9B 20 1E
Octal 64 144 120 60 0 24 75 233 40 36
Binary 110100 1100100 1010000 110000 0 10100 111101 10011011 100000 11110

Color Harmonies of #346450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346450

Black with #346450

Text Example


Text Example

White with #346450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346450; }

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

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

background-color css

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

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

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

border-color css

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

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

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