Html Css Color HEX #38513F Goblin

📋 copy color: '#38513F'

red 56 ◦ green 81 ◦ blue 63

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

Shades of Goblin #38513F

Tints of Goblin #38513F

RGB

 RED value IS 56 (22.27% from 255) = 28%

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 28%
G = 40.5%
B = 31.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#38513F (or 0x38513F) is known color: Goblin. HEX triplet: 38, 51 and 3F. RGB value is (56,81,63). Sum of RGB (Red+Green+Blue) = 56+81+63=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 81 - color contains mainly: green. Hex color #38513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38513F is #C7AEC0. Grayscale: #474747. Windows color (decimal): -13086401 or 4149560. OLE color: 4149560.

HSL color Cylindrical-coordinate representation of color #38513F: hue angle of 136.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38513F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 63 -
CMYK 0.31 0 0.22 0.68
HSL 136.8º 0.18% 0.27% -
HSV(B) 136.8º 0.31% 0.32% -
XYZ 5.47 7.08 5.78 -
YUV 71.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 56 81 63 0.31 0 0.22 0.68 136.8 0.18 0.27
Hex 38 51 3F 1F 0 16 44 89 12 1B
Octal 70 121 77 37 0 26 104 211 22 33
Binary 111000 1010001 111111 11111 0 10110 1000100 10001001 10010 11011

Color Harmonies of #38513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38513F

Black with #38513F

Text Example


Text Example

White with #38513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38513F; }

 p { color: rgb(56,81,63); }

 H1.HeaderClassName
 {
   color: #38513F;
 }
 .AnyTagClassName
 {
   color: #38513F;
 }
</style>

background-color css

<style>
 a { background-color: #38513F; }

 a { background-color: rgb(56,81,63); }

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

border-color css

<style>
 span { border-color: #38513F; }

 span { border-color: rgb(56,81,63); }

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