Html Css Color HEX #346356 Spectra

📋 copy color: '#346356'

red 52 ◦ green 99 ◦ blue 86

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

Shades of Spectra #346356

Tints of Spectra #346356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 21.94%
G = 41.77%
B = 36.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#346356 (or 0x346356) is known color: Spectra. HEX triplet: 34, 63 and 56. RGB value is (52,99,86). Sum of RGB (Red+Green+Blue) = 52+99+86=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #346356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346356 is #CB9CA9. Grayscale: #535353. Windows color (decimal): -13343914 or 5661492. OLE color: 5661492.

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

Color convert

RGB 52 99 86 -
CMYK 0.47 0 0.13 0.61
HSL 163.4º 0.31% 0.3% -
HSV(B) 163.4º 0.47% 0.39% -
XYZ 7.56 10.33 10.4 -
YUV 83.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 52 99 86 0.47 0 0.13 0.61 163.4 0.31 0.3
Hex 34 63 56 2F 0 D 3D A3 1F 1E
Octal 64 143 126 57 0 15 75 243 37 36
Binary 110100 1100011 1010110 101111 0 1101 111101 10100011 11111 11110

Color Harmonies of #346356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346356

Black with #346356

Text Example


Text Example

White with #346356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346356; }

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

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

background-color css

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

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

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

border-color css

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

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

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