Html Css Color HEX #335E4D Spectra

📋 copy color: '#335E4D'

red 51 ◦ green 94 ◦ blue 77

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

Shades of Spectra #335E4D

Tints of Spectra #335E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.34%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 22.97%
G = 42.34%
B = 34.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#335E4D (or 0x335E4D) is known color: Spectra. HEX triplet: 33, 5E and 4D. RGB value is (51,94,77). Sum of RGB (Red+Green+Blue) = 51+94+77=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #335E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E4D is #CCA1B2. Grayscale: #4F4F4F. Windows color (decimal): -13410739 or 5070387. OLE color: 5070387.

HSL color Cylindrical-coordinate representation of color #335E4D: hue angle of 156.28º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E4D is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 94 77 -
CMYK 0.46 0 0.18 0.63
HSL 156.28º 0.3% 0.28% -
HSV(B) 156.28º 0.46% 0.37% -
XYZ 6.71 9.25 8.45 -
YUV 79.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 51 94 77 0.46 0 0.18 0.63 156.28 0.3 0.28
Hex 33 5E 4D 2E 0 12 3F 9C 1E 1C
Octal 63 136 115 56 0 22 77 234 36 34
Binary 110011 1011110 1001101 101110 0 10010 111111 10011100 11110 11100

Color Harmonies of #335E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E4D

Black with #335E4D

Text Example


Text Example

White with #335E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,94,77); }

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

background-color css

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

 a { background-color: rgb(51,94,77); }

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

border-color css

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

 span { border-color: rgb(51,94,77); }

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