Html Css Color HEX #356650 Spectra

📋 copy color: '#356650'

red 53 ◦ green 102 ◦ blue 80

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

Shades of Spectra #356650

Tints of Spectra #356650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 22.55%
G = 43.4%
B = 34.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#356650 (or 0x356650) is known color: Spectra. HEX triplet: 35, 66 and 50. RGB value is (53,102,80). Sum of RGB (Red+Green+Blue) = 53+102+80=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #356650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356650 is #CA99AF. Grayscale: #545454. Windows color (decimal): -13277616 or 5269045. OLE color: 5269045.

HSL color Cylindrical-coordinate representation of color #356650: hue angle of 153.06º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356650 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 80 -
CMYK 0.48 0 0.22 0.6
HSL 153.06º 0.32% 0.3% -
HSV(B) 153.06º 0.48% 0.4% -
XYZ 7.67 10.84 9.28 -
YUV 84.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 53 102 80 0.48 0 0.22 0.6 153.06 0.32 0.3
Hex 35 66 50 30 0 16 3C 99 20 1E
Octal 65 146 120 60 0 26 74 231 40 36
Binary 110101 1100110 1010000 110000 0 10110 111100 10011001 100000 11110

Color Harmonies of #356650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356650

Black with #356650

Text Example


Text Example

White with #356650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356650; }

 p { color: rgb(53,102,80); }

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

background-color css

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

 a { background-color: rgb(53,102,80); }

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

border-color css

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

 span { border-color: rgb(53,102,80); }

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