Html Css Color HEX #315A3B Goblin

📋 copy color: '#315A3B'

red 49 ◦ green 90 ◦ blue 59

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

Shades of Goblin #315A3B

Tints of Goblin #315A3B

RGB

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

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

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

R = 24.75%
G = 45.45%
B = 29.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#315A3B (or 0x315A3B) is known color: Goblin. HEX triplet: 31, 5A and 3B. RGB value is (49,90,59). Sum of RGB (Red+Green+Blue) = 49+90+59=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #315A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A3B is #CEA5C4. Grayscale: #4A4A4A. Windows color (decimal): -13542853 or 3889713. OLE color: 3889713.

HSL color Cylindrical-coordinate representation of color #315A3B: hue angle of 134.63º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A3B is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 59 -
CMYK 0.46 0 0.34 0.65
HSL 134.63º 0.29% 0.27% -
HSV(B) 134.63º 0.46% 0.35% -
XYZ 5.71 8.28 5.44 -
YUV 74.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 49 90 59 0.46 0 0.34 0.65 134.63 0.29 0.27
Hex 31 5A 3B 2E 0 22 41 87 1D 1B
Octal 61 132 73 56 0 42 101 207 35 33
Binary 110001 1011010 111011 101110 0 100010 1000001 10000111 11101 11011

Color Harmonies of #315A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A3B

Black with #315A3B

Text Example


Text Example

White with #315A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,59); }

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

background-color css

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

 a { background-color: rgb(49,90,59); }

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

border-color css

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

 span { border-color: rgb(49,90,59); }

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