Html Css Color HEX #385644 Goblin

📋 copy color: '#385644'

red 56 ◦ green 86 ◦ blue 68

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

Shades of Goblin #385644

Tints of Goblin #385644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

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

R = 26.67%
G = 40.95%
B = 32.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#385644 (or 0x385644) is known color: Goblin. HEX triplet: 38, 56 and 44. RGB value is (56,86,68). Sum of RGB (Red+Green+Blue) = 56+86+68=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #385644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385644 is #C7A9BB. Grayscale: #4B4B4B. Windows color (decimal): -13085116 or 4478520. OLE color: 4478520.

HSL color Cylindrical-coordinate representation of color #385644: hue angle of 144º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385644 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 68 -
CMYK 0.35 0 0.21 0.66
HSL 144º 0.21% 0.28% -
HSV(B) 144º 0.35% 0.34% -
XYZ 6 7.91 6.68 -
YUV 74.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 56 86 68 0.35 0 0.21 0.66 144 0.21 0.28
Hex 38 56 44 23 0 15 42 90 15 1C
Octal 70 126 104 43 0 25 102 220 25 34
Binary 111000 1010110 1000100 100011 0 10101 1000010 10010000 10101 11100

Color Harmonies of #385644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385644

Black with #385644

Text Example


Text Example

White with #385644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385644; }

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

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

background-color css

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

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

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

border-color css

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

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

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