Html Css Color HEX #356155 Spectra

📋 copy color: '#356155'

red 53 ◦ green 97 ◦ blue 85

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

Shades of Spectra #356155

Tints of Spectra #356155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 22.55%
G = 41.28%
B = 36.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#356155 (or 0x356155) is known color: Spectra. HEX triplet: 35, 61 and 55. RGB value is (53,97,85). Sum of RGB (Red+Green+Blue) = 53+97+85=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #356155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356155 is #CA9EAA. Grayscale: #525252. Windows color (decimal): -13278891 or 5595445. OLE color: 5595445.

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

Color convert

RGB 53 97 85 -
CMYK 0.45 0 0.12 0.62
HSL 163.64º 0.29% 0.29% -
HSV(B) 163.64º 0.45% 0.38% -
XYZ 7.38 9.96 10.13 -
YUV 82.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 53 97 85 0.45 0 0.12 0.62 163.64 0.29 0.29
Hex 35 61 55 2D 0 C 3E A4 1D 1D
Octal 65 141 125 55 0 14 76 244 35 35
Binary 110101 1100001 1010101 101101 0 1100 111110 10100100 11101 11101

Color Harmonies of #356155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356155

Black with #356155

Text Example


Text Example

White with #356155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356155; }

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

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

background-color css

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

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

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

border-color css

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

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

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