Html Css Color HEX #335F4D Spectra

📋 copy color: '#335F4D'

red 51 ◦ green 95 ◦ blue 77

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

Shades of Spectra #335F4D

Tints of Spectra #335F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.6%

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

R = 22.87%
G = 42.6%
B = 34.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#335F4D (or 0x335F4D) is known color: Spectra. HEX triplet: 33, 5F and 4D. RGB value is (51,95,77). Sum of RGB (Red+Green+Blue) = 51+95+77=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #335F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F4D is #CCA0B2. Grayscale: #4F4F4F. Windows color (decimal): -13410483 or 5070643. OLE color: 5070643.

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

Color convert

RGB 51 95 77 -
CMYK 0.46 0 0.19 0.63
HSL 155.45º 0.3% 0.29% -
HSV(B) 155.45º 0.46% 0.37% -
XYZ 6.8 9.42 8.48 -
YUV 79.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 51 95 77 0.46 0 0.19 0.63 155.45 0.3 0.29
Hex 33 5F 4D 2E 0 13 3F 9B 1E 1D
Octal 63 137 115 56 0 23 77 233 36 35
Binary 110011 1011111 1001101 101110 0 10011 111111 10011011 11110 11101

Color Harmonies of #335F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F4D

Black with #335F4D

Text Example


Text Example

White with #335F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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