Html Css Color HEX #356655 Spectra

📋 copy color: '#356655'

red 53 ◦ green 102 ◦ blue 85

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

Shades of Spectra #356655

Tints of Spectra #356655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 22.08%
G = 42.5%
B = 35.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#356655 (or 0x356655) is known color: Spectra. HEX triplet: 35, 66 and 55. RGB value is (53,102,85). Sum of RGB (Red+Green+Blue) = 53+102+85=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #356655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356655 is #CA99AA. Grayscale: #555555. Windows color (decimal): -13277611 or 5596725. OLE color: 5596725.

HSL color Cylindrical-coordinate representation of color #356655: hue angle of 159.18º 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 #356655 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 85 -
CMYK 0.48 0 0.17 0.6
HSL 159.18º 0.32% 0.3% -
HSV(B) 159.18º 0.48% 0.4% -
XYZ 7.86 10.92 10.29 -
YUV 85.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 53 102 85 0.48 0 0.17 0.6 159.18 0.32 0.3
Hex 35 66 55 30 0 11 3C 9F 20 1E
Octal 65 146 125 60 0 21 74 237 40 36
Binary 110101 1100110 1010101 110000 0 10001 111100 10011111 100000 11110

Color Harmonies of #356655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356655

Black with #356655

Text Example


Text Example

White with #356655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356655; }

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

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

background-color css

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

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

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

border-color css

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

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

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