Html Css Color HEX #336652 Spectra

📋 copy color: '#336652'

red 51 ◦ green 102 ◦ blue 82

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

Shades of Spectra #336652

Tints of Spectra #336652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 21.7%
G = 43.4%
B = 34.89%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#336652 (or 0x336652) is known color: Spectra. HEX triplet: 33, 66 and 52. RGB value is (51,102,82). Sum of RGB (Red+Green+Blue) = 51+102+82=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #336652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336652 is #CC99AD. Grayscale: #545454. Windows color (decimal): -13408686 or 5400115. OLE color: 5400115.

HSL color Cylindrical-coordinate representation of color #336652: hue angle of 156.47º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336652 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 82 -
CMYK 0.5 0 0.20 0.6
HSL 156.47º 0.33% 0.3% -
HSV(B) 156.47º 0.5% 0.4% -
XYZ 7.64 10.82 9.67 -
YUV 84.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 51 102 82 0.5 0 0.20 0.6 156.47 0.33 0.3
Hex 33 66 52 32 0 14 3C 9C 21 1E
Octal 63 146 122 62 0 24 74 234 41 36
Binary 110011 1100110 1010010 110010 0 10100 111100 10011100 100001 11110

Color Harmonies of #336652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336652

Black with #336652

Text Example


Text Example

White with #336652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336652; }

 p { color: rgb(51,102,82); }

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

background-color css

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

 a { background-color: rgb(51,102,82); }

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

border-color css

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

 span { border-color: rgb(51,102,82); }

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