Html Css Color HEX #335F4E Spectra

📋 copy color: '#335F4E'

red 51 ◦ green 95 ◦ blue 78

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

Shades of Spectra #335F4E

Tints of Spectra #335F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 22.77%
G = 42.41%
B = 34.82%

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

#335F4E (or 0x335F4E) is known color: Spectra. HEX triplet: 33, 5F and 4E. RGB value is (51,95,78). Sum of RGB (Red+Green+Blue) = 51+95+78=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #335F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F4E is #CCA0B1. Grayscale: #4F4F4F. Windows color (decimal): -13410482 or 5136179. OLE color: 5136179.

HSL color Cylindrical-coordinate representation of color #335F4E: hue angle of 156.82º 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 #335F4E is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 95 78 -
CMYK 0.46 0 0.18 0.63
HSL 156.82º 0.3% 0.29% -
HSV(B) 156.82º 0.46% 0.37% -
XYZ 6.83 9.44 8.67 -
YUV 79.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 51 95 78 0.46 0 0.18 0.63 156.82 0.3 0.29
Hex 33 5F 4E 2E 0 12 3F 9D 1E 1D
Octal 63 137 116 56 0 22 77 235 36 35
Binary 110011 1011111 1001110 101110 0 10010 111111 10011101 11110 11101

Color Harmonies of #335F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F4E

Black with #335F4E

Text Example


Text Example

White with #335F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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