Html Css Color HEX #385D43 Goblin

📋 copy color: '#385D43'

red 56 ◦ green 93 ◦ blue 67

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

Shades of Goblin #385D43

Tints of Goblin #385D43

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

 BLUE value IS 67 (26.56% from 255) = 31.02%

R = 25.93%
G = 43.06%
B = 31.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#385D43 (or 0x385D43) is known color: Goblin. HEX triplet: 38, 5D and 43. RGB value is (56,93,67). Sum of RGB (Red+Green+Blue) = 56+93+67=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #385D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D43 is #C7A2BC. Grayscale: #4F4F4F. Windows color (decimal): -13083325 or 4414776. OLE color: 4414776.

HSL color Cylindrical-coordinate representation of color #385D43: hue angle of 137.84º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D43 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 67 -
CMYK 0.40 0 0.28 0.64
HSL 137.84º 0.25% 0.29% -
HSV(B) 137.84º 0.4% 0.36% -
XYZ 6.56 9.07 6.72 -
YUV 78.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 56 93 67 0.40 0 0.28 0.64 137.84 0.25 0.29
Hex 38 5D 43 28 0 1C 40 8A 19 1D
Octal 70 135 103 50 0 34 100 212 31 35
Binary 111000 1011101 1000011 101000 0 11100 1000000 10001010 11001 11101

Color Harmonies of #385D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D43

Black with #385D43

Text Example


Text Example

White with #385D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D43; }

 p { color: rgb(56,93,67); }

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

background-color css

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

 a { background-color: rgb(56,93,67); }

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

border-color css

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

 span { border-color: rgb(56,93,67); }

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