Html Css Color HEX #385D45 Goblin

📋 copy color: '#385D45'

red 56 ◦ green 93 ◦ blue 69

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

Shades of Goblin #385D45

Tints of Goblin #385D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 25.69%
G = 42.66%
B = 31.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#385D45 (or 0x385D45) is known color: Goblin. HEX triplet: 38, 5D and 45. RGB value is (56,93,69). Sum of RGB (Red+Green+Blue) = 56+93+69=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #385D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D45 is #C7A2BA. Grayscale: #4F4F4F. Windows color (decimal): -13083323 or 4545848. OLE color: 4545848.

HSL color Cylindrical-coordinate representation of color #385D45: hue angle of 141.08º 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 #385D45 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 69 -
CMYK 0.40 0 0.26 0.64
HSL 141.08º 0.25% 0.29% -
HSV(B) 141.08º 0.4% 0.36% -
XYZ 6.62 9.1 7.04 -
YUV 79.2 122.24 111.45 -
System Red Green Blue C M Y K H S L
Decimal 56 93 69 0.40 0 0.26 0.64 141.08 0.25 0.29
Hex 38 5D 45 28 0 1A 40 8D 19 1D
Octal 70 135 105 50 0 32 100 215 31 35
Binary 111000 1011101 1000101 101000 0 11010 1000000 10001101 11001 11101

Color Harmonies of #385D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D45

Black with #385D45

Text Example


Text Example

White with #385D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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