Html Css Color HEX #336242 Goblin

📋 copy color: '#336242'

red 51 ◦ green 98 ◦ blue 66

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

Shades of Goblin #336242

Tints of Goblin #336242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 23.72%
G = 45.58%
B = 30.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#336242 (or 0x336242) is known color: Goblin. HEX triplet: 33, 62 and 42. RGB value is (51,98,66). Sum of RGB (Red+Green+Blue) = 51+98+66=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #336242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336242 is #CC9DBD. Grayscale: #505050. Windows color (decimal): -13409726 or 4350515. OLE color: 4350515.

HSL color Cylindrical-coordinate representation of color #336242: hue angle of 139.15º 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 #336242 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 98 66 -
CMYK 0.48 0 0.33 0.62
HSL 139.15º 0.32% 0.29% -
HSV(B) 139.15º 0.48% 0.38% -
XYZ 6.72 9.83 6.7 -
YUV 80.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 51 98 66 0.48 0 0.33 0.62 139.15 0.32 0.29
Hex 33 62 42 30 0 21 3E 8B 20 1D
Octal 63 142 102 60 0 41 76 213 40 35
Binary 110011 1100010 1000010 110000 0 100001 111110 10001011 100000 11101

Color Harmonies of #336242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336242

Black with #336242

Text Example


Text Example

White with #336242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336242; }

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

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

background-color css

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

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

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

border-color css

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

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

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