Html Css Color HEX #356355 Spectra

📋 copy color: '#356355'

red 53 ◦ green 99 ◦ blue 85

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

Shades of Spectra #356355

Tints of Spectra #356355

RGB

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

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

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

R = 22.36%
G = 41.77%
B = 35.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#356355 (or 0x356355) is known color: Spectra. HEX triplet: 35, 63 and 55. RGB value is (53,99,85). Sum of RGB (Red+Green+Blue) = 53+99+85=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #356355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356355 is #CA9CAA. Grayscale: #535353. Windows color (decimal): -13278379 or 5595957. OLE color: 5595957.

HSL color Cylindrical-coordinate representation of color #356355: hue angle of 161.74º 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 #356355 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 85 -
CMYK 0.46 0 0.14 0.61
HSL 161.74º 0.3% 0.3% -
HSV(B) 161.74º 0.46% 0.39% -
XYZ 7.57 10.34 10.19 -
YUV 83.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 53 99 85 0.46 0 0.14 0.61 161.74 0.3 0.3
Hex 35 63 55 2E 0 E 3D A2 1E 1E
Octal 65 143 125 56 0 16 75 242 36 36
Binary 110101 1100011 1010101 101110 0 1110 111101 10100010 11110 11110

Color Harmonies of #356355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356355

Black with #356355

Text Example


Text Example

White with #356355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356355; }

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

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

background-color css

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

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

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

border-color css

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

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

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