Html Css Color HEX #315C3E Goblin

📋 copy color: '#315C3E'

red 49 ◦ green 92 ◦ blue 62

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

Shades of Goblin #315C3E

Tints of Goblin #315C3E

RGB

 RED value IS 49 (19.53% from 255) = 24.14%

 GREEN value IS 92 (36.33% from 255) = 45.32%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 24.14%
G = 45.32%
B = 30.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#315C3E (or 0x315C3E) is known color: Goblin. HEX triplet: 31, 5C and 3E. RGB value is (49,92,62). Sum of RGB (Red+Green+Blue) = 49+92+62=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #315C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C3E is #CEA3C1. Grayscale: #4B4B4B. Windows color (decimal): -13542338 or 4086833. OLE color: 4086833.

HSL color Cylindrical-coordinate representation of color #315C3E: hue angle of 138.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C3E is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 62 -
CMYK 0.47 0 0.33 0.64
HSL 138.14º 0.3% 0.28% -
HSV(B) 138.14º 0.47% 0.36% -
XYZ 5.96 8.66 5.91 -
YUV 75.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 49 92 62 0.47 0 0.33 0.64 138.14 0.3 0.28
Hex 31 5C 3E 2F 0 21 40 8A 1E 1C
Octal 61 134 76 57 0 41 100 212 36 34
Binary 110001 1011100 111110 101111 0 100001 1000000 10001010 11110 11100

Color Harmonies of #315C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C3E

Black with #315C3E

Text Example


Text Example

White with #315C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315C3E; }

 p { color: rgb(49,92,62); }

 H1.HeaderClassName
 {
   color: #315C3E;
 }
 .AnyTagClassName
 {
   color: #315C3E;
 }
</style>

background-color css

<style>
 a { background-color: #315C3E; }

 a { background-color: rgb(49,92,62); }

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

border-color css

<style>
 span { border-color: #315C3E; }

 span { border-color: rgb(49,92,62); }

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