Html Css Color HEX #356256 Spectra

📋 copy color: '#356256'

red 53 ◦ green 98 ◦ blue 86

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

Shades of Spectra #356256

Tints of Spectra #356256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

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

R = 22.36%
G = 41.35%
B = 36.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#356256 (or 0x356256) is known color: Spectra. HEX triplet: 35, 62 and 56. RGB value is (53,98,86). Sum of RGB (Red+Green+Blue) = 53+98+86=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #356256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356256 is #CA9DA9. Grayscale: #535353. Windows color (decimal): -13278634 or 5661237. OLE color: 5661237.

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

Color convert

RGB 53 98 86 -
CMYK 0.46 0 0.12 0.62
HSL 164º 0.3% 0.3% -
HSV(B) 164º 0.46% 0.38% -
XYZ 7.52 10.16 10.37 -
YUV 83.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 53 98 86 0.46 0 0.12 0.62 164 0.3 0.3
Hex 35 62 56 2E 0 C 3E A4 1E 1E
Octal 65 142 126 56 0 14 76 244 36 36
Binary 110101 1100010 1010110 101110 0 1100 111110 10100100 11110 11110

Color Harmonies of #356256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356256

Black with #356256

Text Example


Text Example

White with #356256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356256; }

 p { color: rgb(53,98,86); }

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

background-color css

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

 a { background-color: rgb(53,98,86); }

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

border-color css

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

 span { border-color: rgb(53,98,86); }

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