Html Css Color HEX #356352 Spectra

📋 copy color: '#356352'

red 53 ◦ green 99 ◦ blue 82

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

Shades of Spectra #356352

Tints of Spectra #356352

RGB

 RED value IS 53 (21.09% from 255) = 22.65%

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

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

R = 22.65%
G = 42.31%
B = 35.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#356352 (or 0x356352) is known color: Spectra. HEX triplet: 35, 63 and 52. RGB value is (53,99,82). Sum of RGB (Red+Green+Blue) = 53+99+82=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #356352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356352 is #CA9CAD. Grayscale: #535353. Windows color (decimal): -13278382 or 5399349. OLE color: 5399349.

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

Color convert

RGB 53 99 82 -
CMYK 0.46 0 0.17 0.61
HSL 157.83º 0.3% 0.3% -
HSV(B) 157.83º 0.46% 0.39% -
XYZ 7.45 10.29 9.58 -
YUV 83.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 53 99 82 0.46 0 0.17 0.61 157.83 0.3 0.3
Hex 35 63 52 2E 0 11 3D 9E 1E 1E
Octal 65 143 122 56 0 21 75 236 36 36
Binary 110101 1100011 1010010 101110 0 10001 111101 10011110 11110 11110

Color Harmonies of #356352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356352

Black with #356352

Text Example


Text Example

White with #356352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356352; }

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

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

background-color css

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

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

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

border-color css

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

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

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