Html Css Color HEX #38513C Goblin

📋 copy color: '#38513C'

red 56 ◦ green 81 ◦ blue 60

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

Shades of Goblin #38513C

Tints of Goblin #38513C

RGB

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

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

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

R = 28.43%
G = 41.12%
B = 30.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#38513C (or 0x38513C) is known color: Goblin. HEX triplet: 38, 51 and 3C. RGB value is (56,81,60). Sum of RGB (Red+Green+Blue) = 56+81+60=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #38513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38513C is #C7AEC3. Grayscale: #474747. Windows color (decimal): -13086404 or 3952952. OLE color: 3952952.

HSL color Cylindrical-coordinate representation of color #38513C: hue angle of 129.6º 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 #38513C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 60 -
CMYK 0.31 0 0.26 0.68
HSL 129.6º 0.18% 0.27% -
HSV(B) 129.6º 0.31% 0.32% -
XYZ 5.39 7.05 5.35 -
YUV 71.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 56 81 60 0.31 0 0.26 0.68 129.6 0.18 0.27
Hex 38 51 3C 1F 0 1A 44 82 12 1B
Octal 70 121 74 37 0 32 104 202 22 33
Binary 111000 1010001 111100 11111 0 11010 1000100 10000010 10010 11011

Color Harmonies of #38513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38513C

Black with #38513C

Text Example


Text Example

White with #38513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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