Html Css Color HEX #336040 Goblin

📋 copy color: '#336040'

red 51 ◦ green 96 ◦ blue 64

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

Shades of Goblin #336040

Tints of Goblin #336040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 24.17%
G = 45.5%
B = 30.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#336040 (or 0x336040) is known color: Goblin. HEX triplet: 33, 60 and 40. RGB value is (51,96,64). Sum of RGB (Red+Green+Blue) = 51+96+64=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #336040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336040 is #CC9FBF. Grayscale: #4E4E4E. Windows color (decimal): -13410240 or 4218931. OLE color: 4218931.

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

Color convert

RGB 51 96 64 -
CMYK 0.47 0 0.33 0.62
HSL 137.33º 0.31% 0.29% -
HSV(B) 137.33º 0.47% 0.38% -
XYZ 6.47 9.44 6.33 -
YUV 78.9 119.59 108.1 -
System Red Green Blue C M Y K H S L
Decimal 51 96 64 0.47 0 0.33 0.62 137.33 0.31 0.29
Hex 33 60 40 2F 0 21 3E 89 1F 1D
Octal 63 140 100 57 0 41 76 211 37 35
Binary 110011 1100000 1000000 101111 0 100001 111110 10001001 11111 11101

Color Harmonies of #336040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336040

Black with #336040

Text Example


Text Example

White with #336040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336040; }

 p { color: rgb(51,96,64); }

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

background-color css

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

 a { background-color: rgb(51,96,64); }

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

border-color css

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

 span { border-color: rgb(51,96,64); }

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