Html Css Color HEX #375A40 Goblin

📋 copy color: '#375A40'

red 55 ◦ green 90 ◦ blue 64

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

Shades of Goblin #375A40

Tints of Goblin #375A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.06%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 26.32%
G = 43.06%
B = 30.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#375A40 (or 0x375A40) is known color: Goblin. HEX triplet: 37, 5A and 40. RGB value is (55,90,64). Sum of RGB (Red+Green+Blue) = 55+90+64=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #375A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A40 is #C8A5BF. Grayscale: #4C4C4C. Windows color (decimal): -13149632 or 4217399. OLE color: 4217399.

HSL color Cylindrical-coordinate representation of color #375A40: hue angle of 135.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A40 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 64 -
CMYK 0.39 0 0.29 0.65
HSL 135.43º 0.24% 0.28% -
HSV(B) 135.43º 0.39% 0.35% -
XYZ 6.16 8.49 6.17 -
YUV 76.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 55 90 64 0.39 0 0.29 0.65 135.43 0.24 0.28
Hex 37 5A 40 27 0 1D 41 87 18 1C
Octal 67 132 100 47 0 35 101 207 30 34
Binary 110111 1011010 1000000 100111 0 11101 1000001 10000111 11000 11100

Color Harmonies of #375A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A40

Black with #375A40

Text Example


Text Example

White with #375A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A40; }

 p { color: rgb(55,90,64); }

 H1.HeaderClassName
 {
   color: #375A40;
 }
 .AnyTagClassName
 {
   color: #375A40;
 }
</style>

background-color css

<style>
 a { background-color: #375A40; }

 a { background-color: rgb(55,90,64); }

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

border-color css

<style>
 span { border-color: #375A40; }

 span { border-color: rgb(55,90,64); }

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