Html Css Color HEX #346352 Spectra

📋 copy color: '#346352'

red 52 ◦ green 99 ◦ blue 82

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

Shades of Spectra #346352

Tints of Spectra #346352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.19%

R = 22.32%
G = 42.49%
B = 35.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#346352 (or 0x346352) is known color: Spectra. HEX triplet: 34, 63 and 52. RGB value is (52,99,82). Sum of RGB (Red+Green+Blue) = 52+99+82=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #346352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346352 is #CB9CAD. Grayscale: #535353. Windows color (decimal): -13343918 or 5399348. OLE color: 5399348.

HSL color Cylindrical-coordinate representation of color #346352: hue angle of 158.3º 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 #346352 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 99 82 -
CMYK 0.47 0 0.17 0.61
HSL 158.3º 0.31% 0.3% -
HSV(B) 158.3º 0.47% 0.39% -
XYZ 7.4 10.26 9.57 -
YUV 83.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 52 99 82 0.47 0 0.17 0.61 158.3 0.31 0.3
Hex 34 63 52 2F 0 11 3D 9E 1F 1E
Octal 64 143 122 57 0 21 75 236 37 36
Binary 110100 1100011 1010010 101111 0 10001 111101 10011110 11111 11110

Color Harmonies of #346352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346352

Black with #346352

Text Example


Text Example

White with #346352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346352; }

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

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

background-color css

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

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

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

border-color css

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

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

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