Html Css Color HEX #334B3C Goblin

📋 copy color: '#334B3C'

red 51 ◦ green 75 ◦ blue 60

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

Shades of Goblin #334B3C

Tints of Goblin #334B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

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

R = 27.42%
G = 40.32%
B = 32.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#334B3C (or 0x334B3C) is known color: Goblin. HEX triplet: 33, 4B and 3C. RGB value is (51,75,60). Sum of RGB (Red+Green+Blue) = 51+75+60=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #334B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B3C is #CCB4C3. Grayscale: #424242. Windows color (decimal): -13415620 or 3951411. OLE color: 3951411.

HSL color Cylindrical-coordinate representation of color #334B3C: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B3C is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 60 -
CMYK 0.32 0 0.20 0.71
HSL 142.5º 0.19% 0.25% -
HSV(B) 142.5º 0.32% 0.29% -
XYZ 4.7 6.06 5.2 -
YUV 66.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 51 75 60 0.32 0 0.20 0.71 142.5 0.19 0.25
Hex 33 4B 3C 20 0 14 47 8E 13 19
Octal 63 113 74 40 0 24 107 216 23 31
Binary 110011 1001011 111100 100000 0 10100 1000111 10001110 10011 11001

Color Harmonies of #334B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B3C

Black with #334B3C

Text Example


Text Example

White with #334B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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