Html Css Color HEX #385340 Goblin

📋 copy color: '#385340'

red 56 ◦ green 83 ◦ blue 64

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

Shades of Goblin #385340

Tints of Goblin #385340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 27.59%
G = 40.89%
B = 31.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#385340 (or 0x385340) is known color: Goblin. HEX triplet: 38, 53 and 40. RGB value is (56,83,64). Sum of RGB (Red+Green+Blue) = 56+83+64=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #385340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385340 is #C7ACBF. Grayscale: #484848. Windows color (decimal): -13085888 or 4215608. OLE color: 4215608.

HSL color Cylindrical-coordinate representation of color #385340: hue angle of 137.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385340 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 64 -
CMYK 0.33 0 0.23 0.67
HSL 137.78º 0.19% 0.27% -
HSV(B) 137.78º 0.33% 0.33% -
XYZ 5.65 7.4 5.98 -
YUV 72.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 56 83 64 0.33 0 0.23 0.67 137.78 0.19 0.27
Hex 38 53 40 21 0 17 43 8A 13 1B
Octal 70 123 100 41 0 27 103 212 23 33
Binary 111000 1010011 1000000 100001 0 10111 1000011 10001010 10011 11011

Color Harmonies of #385340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385340

Black with #385340

Text Example


Text Example

White with #385340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385340; }

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

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

background-color css

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

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

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

border-color css

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

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

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