Html Css Color HEX #385844 Goblin

📋 copy color: '#385844'

red 56 ◦ green 88 ◦ blue 68

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

Shades of Goblin #385844

Tints of Goblin #385844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 26.42%
G = 41.51%
B = 32.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#385844 (or 0x385844) is known color: Goblin. HEX triplet: 38, 58 and 44. RGB value is (56,88,68). Sum of RGB (Red+Green+Blue) = 56+88+68=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #385844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385844 is #C7A7BB. Grayscale: #4C4C4C. Windows color (decimal): -13084604 or 4479032. OLE color: 4479032.

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

Color convert

RGB 56 88 68 -
CMYK 0.36 0 0.23 0.65
HSL 142.5º 0.22% 0.28% -
HSV(B) 142.5º 0.36% 0.35% -
XYZ 6.16 8.24 6.73 -
YUV 76.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 56 88 68 0.36 0 0.23 0.65 142.5 0.22 0.28
Hex 38 58 44 24 0 17 41 8E 16 1C
Octal 70 130 104 44 0 27 101 216 26 34
Binary 111000 1011000 1000100 100100 0 10111 1000001 10001110 10110 11100

Color Harmonies of #385844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385844

Black with #385844

Text Example


Text Example

White with #385844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385844; }

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

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

background-color css

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

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

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

border-color css

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

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

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