Html Css Color HEX #385840 Goblin

📋 copy color: '#385840'

red 56 ◦ green 88 ◦ blue 64

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

Shades of Goblin #385840

Tints of Goblin #385840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

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

R = 26.92%
G = 42.31%
B = 30.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#385840 (or 0x385840) is known color: Goblin. HEX triplet: 38, 58 and 40. RGB value is (56,88,64). Sum of RGB (Red+Green+Blue) = 56+88+64=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #385840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385840 is #C7A7BF. Grayscale: #4B4B4B. Windows color (decimal): -13084608 or 4216888. OLE color: 4216888.

HSL color Cylindrical-coordinate representation of color #385840: hue angle of 135º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385840 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 64 -
CMYK 0.36 0 0.27 0.65
HSL 135º 0.22% 0.28% -
HSV(B) 135º 0.36% 0.35% -
XYZ 6.05 8.19 6.11 -
YUV 75.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 56 88 64 0.36 0 0.27 0.65 135 0.22 0.28
Hex 38 58 40 24 0 1B 41 87 16 1C
Octal 70 130 100 44 0 33 101 207 26 34
Binary 111000 1011000 1000000 100100 0 11011 1000001 10000111 10110 11100

Color Harmonies of #385840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385840

Black with #385840

Text Example


Text Example

White with #385840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385840; }

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

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

background-color css

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

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

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

border-color css

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

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

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