Html Css Color HEX #334C3A Goblin

📋 copy color: '#334C3A'

red 51 ◦ green 76 ◦ blue 58

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

Shades of Goblin #334C3A

Tints of Goblin #334C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.08%

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 27.57%
G = 41.08%
B = 31.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#334C3A (or 0x334C3A) is known color: Goblin. HEX triplet: 33, 4C and 3A. RGB value is (51,76,58). Sum of RGB (Red+Green+Blue) = 51+76+58=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #334C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C3A is #CCB3C5. Grayscale: #424242. Windows color (decimal): -13415366 or 3820595. OLE color: 3820595.

HSL color Cylindrical-coordinate representation of color #334C3A: hue angle of 136.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C3A is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 58 -
CMYK 0.33 0 0.24 0.70
HSL 136.8º 0.2% 0.25% -
HSV(B) 136.8º 0.33% 0.3% -
XYZ 4.71 6.18 4.95 -
YUV 66.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 51 76 58 0.33 0 0.24 0.70 136.8 0.2 0.25
Hex 33 4C 3A 21 0 18 46 89 14 19
Octal 63 114 72 41 0 30 106 211 24 31
Binary 110011 1001100 111010 100001 0 11000 1000110 10001001 10100 11001

Color Harmonies of #334C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C3A

Black with #334C3A

Text Example


Text Example

White with #334C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,76,58); }

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

background-color css

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

 a { background-color: rgb(51,76,58); }

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

border-color css

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

 span { border-color: rgb(51,76,58); }

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