Html Css Color HEX #335C4A Spectra

📋 copy color: '#335C4A'

red 51 ◦ green 92 ◦ blue 74

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

Shades of Spectra #335C4A

Tints of Spectra #335C4A

RGB

 RED value IS 51 (20.31% from 255) = 23.5%

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

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

R = 23.5%
G = 42.4%
B = 34.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#335C4A (or 0x335C4A) is known color: Spectra. HEX triplet: 33, 5C and 4A. RGB value is (51,92,74). Sum of RGB (Red+Green+Blue) = 51+92+74=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #335C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C4A is #CCA3B5. Grayscale: #4D4D4D. Windows color (decimal): -13411254 or 4873267. OLE color: 4873267.

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

Color convert

RGB 51 92 74 -
CMYK 0.45 0 0.20 0.64
HSL 153.66º 0.29% 0.28% -
HSV(B) 153.66º 0.45% 0.36% -
XYZ 6.43 8.85 7.85 -
YUV 77.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 51 92 74 0.45 0 0.20 0.64 153.66 0.29 0.28
Hex 33 5C 4A 2D 0 14 40 9A 1D 1C
Octal 63 134 112 55 0 24 100 232 35 34
Binary 110011 1011100 1001010 101101 0 10100 1000000 10011010 11101 11100

Color Harmonies of #335C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C4A

Black with #335C4A

Text Example


Text Example

White with #335C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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