Html Css Color HEX #346953 Spectra

📋 copy color: '#346953'

red 52 ◦ green 105 ◦ blue 83

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

Shades of Spectra #346953

Tints of Spectra #346953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 21.67%
G = 43.75%
B = 34.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#346953 (or 0x346953) is known color: Spectra. HEX triplet: 34, 69 and 53. RGB value is (52,105,83). Sum of RGB (Red+Green+Blue) = 52+105+83=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #346953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346953 is #CB96AC. Grayscale: #565656. Windows color (decimal): -13342381 or 5466420. OLE color: 5466420.

HSL color Cylindrical-coordinate representation of color #346953: hue angle of 155.09º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346953 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 83 -
CMYK 0.50 0 0.21 0.59
HSL 155.09º 0.34% 0.31% -
HSV(B) 155.09º 0.5% 0.41% -
XYZ 8.03 11.46 9.97 -
YUV 86.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 52 105 83 0.50 0 0.21 0.59 155.09 0.34 0.31
Hex 34 69 53 32 0 15 3B 9B 22 1F
Octal 64 151 123 62 0 25 73 233 42 37
Binary 110100 1101001 1010011 110010 0 10101 111011 10011011 100010 11111

Color Harmonies of #346953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346953

Black with #346953

Text Example


Text Example

White with #346953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346953; }

 p { color: rgb(52,105,83); }

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

background-color css

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

 a { background-color: rgb(52,105,83); }

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

border-color css

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

 span { border-color: rgb(52,105,83); }

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