Html Css Color HEX #356952 Spectra

📋 copy color: '#356952'

red 53 ◦ green 105 ◦ blue 82

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

Shades of Spectra #356952

Tints of Spectra #356952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

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

R = 22.08%
G = 43.75%
B = 34.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#356952 (or 0x356952) is known color: Spectra. HEX triplet: 35, 69 and 52. RGB value is (53,105,82). Sum of RGB (Red+Green+Blue) = 53+105+82=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #356952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356952 is #CA96AD. Grayscale: #565656. Windows color (decimal): -13276846 or 5400885. OLE color: 5400885.

HSL color Cylindrical-coordinate representation of color #356952: hue angle of 153.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356952 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 105 82 -
CMYK 0.50 0 0.22 0.59
HSL 153.46º 0.33% 0.31% -
HSV(B) 153.46º 0.5% 0.41% -
XYZ 8.04 11.47 9.77 -
YUV 86.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 53 105 82 0.50 0 0.22 0.59 153.46 0.33 0.31
Hex 35 69 52 32 0 16 3B 99 21 1F
Octal 65 151 122 62 0 26 73 231 41 37
Binary 110101 1101001 1010010 110010 0 10110 111011 10011001 100001 11111

Color Harmonies of #356952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356952

Black with #356952

Text Example


Text Example

White with #356952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356952; }

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

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

background-color css

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

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

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

border-color css

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

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

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