Html Css Color HEX #356653 Spectra

📋 copy color: '#356653'

red 53 ◦ green 102 ◦ blue 83

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

Shades of Spectra #356653

Tints of Spectra #356653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 22.27%
G = 42.86%
B = 34.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#356653 (or 0x356653) is known color: Spectra. HEX triplet: 35, 66 and 53. RGB value is (53,102,83). Sum of RGB (Red+Green+Blue) = 53+102+83=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #356653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356653 is #CA99AC. Grayscale: #555555. Windows color (decimal): -13277613 or 5465653. OLE color: 5465653.

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

Color convert

RGB 53 102 83 -
CMYK 0.48 0 0.19 0.6
HSL 156.73º 0.32% 0.3% -
HSV(B) 156.73º 0.48% 0.4% -
XYZ 7.78 10.88 9.87 -
YUV 85.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 53 102 83 0.48 0 0.19 0.6 156.73 0.32 0.3
Hex 35 66 53 30 0 13 3C 9D 20 1E
Octal 65 146 123 60 0 23 74 235 40 36
Binary 110101 1100110 1010011 110000 0 10011 111100 10011101 100000 11110

Color Harmonies of #356653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356653

Black with #356653

Text Example


Text Example

White with #356653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356653; }

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

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

background-color css

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

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

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

border-color css

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

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

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