Html Css Color HEX #334C3C Goblin

📋 copy color: '#334C3C'

red 51 ◦ green 76 ◦ blue 60

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

Shades of Goblin #334C3C

Tints of Goblin #334C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 27.27%
G = 40.64%
B = 32.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#334C3C (or 0x334C3C) is known color: Goblin. HEX triplet: 33, 4C and 3C. RGB value is (51,76,60). Sum of RGB (Red+Green+Blue) = 51+76+60=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #334C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C3C is #CCB3C3. Grayscale: #424242. Windows color (decimal): -13415364 or 3951667. OLE color: 3951667.

HSL color Cylindrical-coordinate representation of color #334C3C: hue angle of 141.6º 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 #334C3C is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 60 -
CMYK 0.33 0 0.21 0.70
HSL 141.6º 0.2% 0.25% -
HSV(B) 141.6º 0.33% 0.3% -
XYZ 4.77 6.2 5.22 -
YUV 66.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 51 76 60 0.33 0 0.21 0.70 141.6 0.2 0.25
Hex 33 4C 3C 21 0 15 46 8E 14 19
Octal 63 114 74 41 0 25 106 216 24 31
Binary 110011 1001100 111100 100001 0 10101 1000110 10001110 10100 11001

Color Harmonies of #334C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C3C

Black with #334C3C

Text Example


Text Example

White with #334C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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