Html Css Color HEX #334E38 Goblin

📋 copy color: '#334E38'

red 51 ◦ green 78 ◦ blue 56

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

Shades of Goblin #334E38

Tints of Goblin #334E38

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.16%

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 27.57%
G = 42.16%
B = 30.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#334E38 (or 0x334E38) is known color: Goblin. HEX triplet: 33, 4E and 38. RGB value is (51,78,56). Sum of RGB (Red+Green+Blue) = 51+78+56=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #334E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E38 is #CCB1C7. Grayscale: #434343. Windows color (decimal): -13414856 or 3690035. OLE color: 3690035.

HSL color Cylindrical-coordinate representation of color #334E38: hue angle of 131.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E38 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 78 56 -
CMYK 0.35 0 0.28 0.69
HSL 131.11º 0.21% 0.25% -
HSV(B) 131.11º 0.35% 0.31% -
XYZ 4.8 6.44 4.73 -
YUV 67.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 51 78 56 0.35 0 0.28 0.69 131.11 0.21 0.25
Hex 33 4E 38 23 0 1C 45 83 15 19
Octal 63 116 70 43 0 34 105 203 25 31
Binary 110011 1001110 111000 100011 0 11100 1000101 10000011 10101 11001

Color Harmonies of #334E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E38

Black with #334E38

Text Example


Text Example

White with #334E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334E38; }

 p { color: rgb(51,78,56); }

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

background-color css

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

 a { background-color: rgb(51,78,56); }

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

border-color css

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

 span { border-color: rgb(51,78,56); }

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