Html Css Color HEX #356152 Spectra

📋 copy color: '#356152'

red 53 ◦ green 97 ◦ blue 82

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

Shades of Spectra #356152

Tints of Spectra #356152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 22.84%
G = 41.81%
B = 35.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#356152 (or 0x356152) is known color: Spectra. HEX triplet: 35, 61 and 52. RGB value is (53,97,82). Sum of RGB (Red+Green+Blue) = 53+97+82=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #356152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356152 is #CA9EAD. Grayscale: #525252. Windows color (decimal): -13278894 or 5398837. OLE color: 5398837.

HSL color Cylindrical-coordinate representation of color #356152: hue angle of 159.55º 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 #356152 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 82 -
CMYK 0.45 0 0.15 0.62
HSL 159.55º 0.29% 0.29% -
HSV(B) 159.55º 0.45% 0.38% -
XYZ 7.27 9.92 9.51 -
YUV 82.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 53 97 82 0.45 0 0.15 0.62 159.55 0.29 0.29
Hex 35 61 52 2D 0 F 3E A0 1D 1D
Octal 65 141 122 55 0 17 76 240 35 35
Binary 110101 1100001 1010010 101101 0 1111 111110 10100000 11101 11101

Color Harmonies of #356152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356152

Black with #356152

Text Example


Text Example

White with #356152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356152; }

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

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

background-color css

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

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

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

border-color css

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

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

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