Html Css Color HEX #355C4A Spectra

📋 copy color: '#355C4A'

red 53 ◦ green 92 ◦ blue 74

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

Shades of Spectra #355C4A

Tints of Spectra #355C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.01%

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 24.2%
G = 42.01%
B = 33.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#355C4A (or 0x355C4A) is known color: Spectra. HEX triplet: 35, 5C and 4A. RGB value is (53,92,74). Sum of RGB (Red+Green+Blue) = 53+92+74=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #355C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C4A is #CAA3B5. Grayscale: #4E4E4E. Windows color (decimal): -13280182 or 4873269. OLE color: 4873269.

HSL color Cylindrical-coordinate representation of color #355C4A: hue angle of 152.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C4A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 92 74 -
CMYK 0.42 0 0.20 0.64
HSL 152.31º 0.27% 0.28% -
HSV(B) 152.31º 0.42% 0.36% -
XYZ 6.53 8.91 7.85 -
YUV 78.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 53 92 74 0.42 0 0.20 0.64 152.31 0.27 0.28
Hex 35 5C 4A 2A 0 14 40 98 1B 1C
Octal 65 134 112 52 0 24 100 230 33 34
Binary 110101 1011100 1001010 101010 0 10100 1000000 10011000 11011 11100

Color Harmonies of #355C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C4A

Black with #355C4A

Text Example


Text Example

White with #355C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355C4A; }

 p { color: rgb(53,92,74); }

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

background-color css

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

 a { background-color: rgb(53,92,74); }

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

border-color css

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

 span { border-color: rgb(53,92,74); }

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