Html Css Color HEX #374F3B Goblin

📋 copy color: '#374F3B'

red 55 ◦ green 79 ◦ blue 59

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

Shades of Goblin #374F3B

Tints of Goblin #374F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.57%

R = 28.5%
G = 40.93%
B = 30.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#374F3B (or 0x374F3B) is known color: Goblin. HEX triplet: 37, 4F and 3B. RGB value is (55,79,59). Sum of RGB (Red+Green+Blue) = 55+79+59=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #374F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F3B is #C8B0C4. Grayscale: #454545. Windows color (decimal): -13152453 or 3886903. OLE color: 3886903.

HSL color Cylindrical-coordinate representation of color #374F3B: hue angle of 130º 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 #374F3B is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 59 -
CMYK 0.30 0 0.25 0.69
HSL 130º 0.18% 0.26% -
HSV(B) 130º 0.3% 0.31% -
XYZ 5.16 6.72 5.16 -
YUV 69.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 55 79 59 0.30 0 0.25 0.69 130 0.18 0.26
Hex 37 4F 3B 1E 0 19 45 82 12 1A
Octal 67 117 73 36 0 31 105 202 22 32
Binary 110111 1001111 111011 11110 0 11001 1000101 10000010 10010 11010

Color Harmonies of #374F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F3B

Black with #374F3B

Text Example


Text Example

White with #374F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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