Html Css Color HEX #374F3C Goblin

📋 copy color: '#374F3C'

red 55 ◦ green 79 ◦ blue 60

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

Shades of Goblin #374F3C

Tints of Goblin #374F3C

RGB

 RED value IS 55 (21.88% from 255) = 28.35%

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

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

R = 28.35%
G = 40.72%
B = 30.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#374F3C (or 0x374F3C) is known color: Goblin. HEX triplet: 37, 4F and 3C. RGB value is (55,79,60). Sum of RGB (Red+Green+Blue) = 55+79+60=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #374F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F3C is #C8B0C3. Grayscale: #454545. Windows color (decimal): -13152452 or 3952439. OLE color: 3952439.

HSL color Cylindrical-coordinate representation of color #374F3C: hue angle of 132.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374F3C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 60 -
CMYK 0.30 0 0.24 0.69
HSL 132.5º 0.18% 0.26% -
HSV(B) 132.5º 0.3% 0.31% -
XYZ 5.19 6.73 5.3 -
YUV 69.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 55 79 60 0.30 0 0.24 0.69 132.5 0.18 0.26
Hex 37 4F 3C 1E 0 18 45 84 12 1A
Octal 67 117 74 36 0 30 105 204 22 32
Binary 110111 1001111 111100 11110 0 11000 1000101 10000100 10010 11010

Color Harmonies of #374F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F3C

Black with #374F3C

Text Example


Text Example

White with #374F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374F3C; }

 p { color: rgb(55,79,60); }

 H1.HeaderClassName
 {
   color: #374F3C;
 }
 .AnyTagClassName
 {
   color: #374F3C;
 }
</style>

background-color css

<style>
 a { background-color: #374F3C; }

 a { background-color: rgb(55,79,60); }

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

border-color css

<style>
 span { border-color: #374F3C; }

 span { border-color: rgb(55,79,60); }

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