Html Css Color HEX #385140 Goblin

📋 copy color: '#385140'

red 56 ◦ green 81 ◦ blue 64

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

Shades of Goblin #385140

Tints of Goblin #385140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 27.86%
G = 40.3%
B = 31.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#385140 (or 0x385140) is known color: Goblin. HEX triplet: 38, 51 and 40. RGB value is (56,81,64). Sum of RGB (Red+Green+Blue) = 56+81+64=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #385140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385140 is #C7AEBF. Grayscale: #474747. Windows color (decimal): -13086400 or 4215096. OLE color: 4215096.

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

Color convert

RGB 56 81 64 -
CMYK 0.31 0 0.21 0.68
HSL 139.2º 0.18% 0.27% -
HSV(B) 139.2º 0.31% 0.32% -
XYZ 5.5 7.1 5.93 -
YUV 71.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 56 81 64 0.31 0 0.21 0.68 139.2 0.18 0.27
Hex 38 51 40 1F 0 15 44 8B 12 1B
Octal 70 121 100 37 0 25 104 213 22 33
Binary 111000 1010001 1000000 11111 0 10101 1000100 10001011 10010 11011

Color Harmonies of #385140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385140

Black with #385140

Text Example


Text Example

White with #385140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385140; }

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

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

background-color css

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

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

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

border-color css

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

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

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