Html Css Color HEX #385841 Goblin

📋 copy color: '#385841'

red 56 ◦ green 88 ◦ blue 65

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

Shades of Goblin #385841

Tints of Goblin #385841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 26.79%
G = 42.11%
B = 31.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#385841 (or 0x385841) is known color: Goblin. HEX triplet: 38, 58 and 41. RGB value is (56,88,65). Sum of RGB (Red+Green+Blue) = 56+88+65=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #385841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385841 is #C7A7BE. Grayscale: #4B4B4B. Windows color (decimal): -13084607 or 4282424. OLE color: 4282424.

HSL color Cylindrical-coordinate representation of color #385841: hue angle of 136.88º 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 #385841 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 65 -
CMYK 0.36 0 0.26 0.65
HSL 136.88º 0.22% 0.28% -
HSV(B) 136.88º 0.36% 0.35% -
XYZ 6.07 8.2 6.26 -
YUV 75.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 56 88 65 0.36 0 0.26 0.65 136.88 0.22 0.28
Hex 38 58 41 24 0 1A 41 89 16 1C
Octal 70 130 101 44 0 32 101 211 26 34
Binary 111000 1011000 1000001 100100 0 11010 1000001 10001001 10110 11100

Color Harmonies of #385841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385841

Black with #385841

Text Example


Text Example

White with #385841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385841; }

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

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

background-color css

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

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

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

border-color css

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

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

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