Html Css Color HEX #334F39 Goblin

📋 copy color: '#334F39'

red 51 ◦ green 79 ◦ blue 57

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

Shades of Goblin #334F39

Tints of Goblin #334F39

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 27.27%
G = 42.25%
B = 30.48%

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

#334F39 (or 0x334F39) is known color: Goblin. HEX triplet: 33, 4F and 39. RGB value is (51,79,57). Sum of RGB (Red+Green+Blue) = 51+79+57=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #334F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F39 is #CCB0C6. Grayscale: #444444. Windows color (decimal): -13414599 or 3755827. OLE color: 3755827.

HSL color Cylindrical-coordinate representation of color #334F39: hue angle of 132.86º degrees, saturation: 0.22, 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 #334F39 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 79 57 -
CMYK 0.35 0 0.28 0.69
HSL 132.86º 0.22% 0.25% -
HSV(B) 132.86º 0.35% 0.31% -
XYZ 4.9 6.59 4.88 -
YUV 68.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 51 79 57 0.35 0 0.28 0.69 132.86 0.22 0.25
Hex 33 4F 39 23 0 1C 45 85 16 19
Octal 63 117 71 43 0 34 105 205 26 31
Binary 110011 1001111 111001 100011 0 11100 1000101 10000101 10110 11001

Color Harmonies of #334F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F39

Black with #334F39

Text Example


Text Example

White with #334F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,57); }

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

background-color css

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

 a { background-color: rgb(51,79,57); }

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

border-color css

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

 span { border-color: rgb(51,79,57); }

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