Html Css Color HEX #315C3C Goblin

📋 copy color: '#315C3C'

red 49 ◦ green 92 ◦ blue 60

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

Shades of Goblin #315C3C

Tints of Goblin #315C3C

RGB

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

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

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

R = 24.38%
G = 45.77%
B = 29.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#315C3C (or 0x315C3C) is known color: Goblin. HEX triplet: 31, 5C and 3C. RGB value is (49,92,60). Sum of RGB (Red+Green+Blue) = 49+92+60=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #315C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C3C is #CEA3C3. Grayscale: #4B4B4B. Windows color (decimal): -13542340 or 3955761. OLE color: 3955761.

HSL color Cylindrical-coordinate representation of color #315C3C: hue angle of 135.35º 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 #315C3C is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 60 -
CMYK 0.47 0 0.35 0.64
HSL 135.35º 0.3% 0.28% -
HSV(B) 135.35º 0.47% 0.36% -
XYZ 5.91 8.63 5.63 -
YUV 75.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 49 92 60 0.47 0 0.35 0.64 135.35 0.3 0.28
Hex 31 5C 3C 2F 0 23 40 87 1E 1C
Octal 61 134 74 57 0 43 100 207 36 34
Binary 110001 1011100 111100 101111 0 100011 1000000 10000111 11110 11100

Color Harmonies of #315C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C3C

Black with #315C3C

Text Example


Text Example

White with #315C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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