Html Css Color HEX #336142 Goblin

📋 copy color: '#336142'

red 51 ◦ green 97 ◦ blue 66

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

Shades of Goblin #336142

Tints of Goblin #336142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

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

R = 23.83%
G = 45.33%
B = 30.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#336142 (or 0x336142) is known color: Goblin. HEX triplet: 33, 61 and 42. RGB value is (51,97,66). Sum of RGB (Red+Green+Blue) = 51+97+66=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #336142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336142 is #CC9EBD. Grayscale: #4F4F4F. Windows color (decimal): -13409982 or 4350259. OLE color: 4350259.

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

Color convert

RGB 51 97 66 -
CMYK 0.47 0 0.32 0.62
HSL 139.57º 0.31% 0.29% -
HSV(B) 139.57º 0.47% 0.38% -
XYZ 6.62 9.65 6.67 -
YUV 79.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 51 97 66 0.47 0 0.32 0.62 139.57 0.31 0.29
Hex 33 61 42 2F 0 20 3E 8C 1F 1D
Octal 63 141 102 57 0 40 76 214 37 35
Binary 110011 1100001 1000010 101111 0 100000 111110 10001100 11111 11101

Color Harmonies of #336142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336142

Black with #336142

Text Example


Text Example

White with #336142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336142; }

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

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

background-color css

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

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

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

border-color css

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

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

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