Html Css Color HEX #336251 Spectra

📋 copy color: '#336251'

red 51 ◦ green 98 ◦ blue 81

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

Shades of Spectra #336251

Tints of Spectra #336251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

 BLUE value IS 81 (32.03% from 255) = 35.22%

R = 22.17%
G = 42.61%
B = 35.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#336251 (or 0x336251) is known color: Spectra. HEX triplet: 33, 62 and 51. RGB value is (51,98,81). Sum of RGB (Red+Green+Blue) = 51+98+81=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #336251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336251 is #CC9DAE. Grayscale: #525252. Windows color (decimal): -13409711 or 5333555. OLE color: 5333555.

HSL color Cylindrical-coordinate representation of color #336251: hue angle of 158.3º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336251 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 98 81 -
CMYK 0.48 0 0.17 0.62
HSL 158.3º 0.32% 0.29% -
HSV(B) 158.3º 0.48% 0.38% -
XYZ 7.22 10.03 9.34 -
YUV 82.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 51 98 81 0.48 0 0.17 0.62 158.3 0.32 0.29
Hex 33 62 51 30 0 11 3E 9E 20 1D
Octal 63 142 121 60 0 21 76 236 40 35
Binary 110011 1100010 1010001 110000 0 10001 111110 10011110 100000 11101

Color Harmonies of #336251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336251

Black with #336251

Text Example


Text Example

White with #336251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336251; }

 p { color: rgb(51,98,81); }

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

background-color css

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

 a { background-color: rgb(51,98,81); }

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

border-color css

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

 span { border-color: rgb(51,98,81); }

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