Html Css Color HEX #394C3C Goblin

📋 copy color: '#394C3C'

red 57 ◦ green 76 ◦ blue 60

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

Shades of Goblin #394C3C

Tints of Goblin #394C3C

RGB

 RED value IS 57 (22.66% from 255) = 29.53%

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

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

R = 29.53%
G = 39.38%
B = 31.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#394C3C (or 0x394C3C) is known color: Goblin. HEX triplet: 39, 4C and 3C. RGB value is (57,76,60). Sum of RGB (Red+Green+Blue) = 57+76+60=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #394C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C3C is #C6B3C3. Grayscale: #444444. Windows color (decimal): -13022148 or 3951673. OLE color: 3951673.

HSL color Cylindrical-coordinate representation of color #394C3C: hue angle of 129.47º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C3C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 76 60 -
CMYK 0.25 0 0.21 0.70
HSL 129.47º 0.14% 0.26% -
HSV(B) 129.47º 0.25% 0.3% -
XYZ 5.09 6.36 5.24 -
YUV 68.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 57 76 60 0.25 0 0.21 0.70 129.47 0.14 0.26
Hex 39 4C 3C 19 0 15 46 81 E 1A
Octal 71 114 74 31 0 25 106 201 16 32
Binary 111001 1001100 111100 11001 0 10101 1000110 10000001 1110 11010

Color Harmonies of #394C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C3C

Black with #394C3C

Text Example


Text Example

White with #394C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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