Html Css Color HEX #385B41 Goblin

📋 copy color: '#385B41'

red 56 ◦ green 91 ◦ blue 65

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

Shades of Goblin #385B41

Tints of Goblin #385B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.92%

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

R = 26.42%
G = 42.92%
B = 30.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#385B41 (or 0x385B41) is known color: Goblin. HEX triplet: 38, 5B and 41. RGB value is (56,91,65). Sum of RGB (Red+Green+Blue) = 56+91+65=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #385B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B41 is #C7A4BE. Grayscale: #4D4D4D. Windows color (decimal): -13083839 or 4283192. OLE color: 4283192.

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

Color convert

RGB 56 91 65 -
CMYK 0.38 0 0.29 0.64
HSL 135.43º 0.24% 0.29% -
HSV(B) 135.43º 0.38% 0.36% -
XYZ 6.33 8.7 6.35 -
YUV 77.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 56 91 65 0.38 0 0.29 0.64 135.43 0.24 0.29
Hex 38 5B 41 26 0 1D 40 87 18 1D
Octal 70 133 101 46 0 35 100 207 30 35
Binary 111000 1011011 1000001 100110 0 11101 1000000 10000111 11000 11101

Color Harmonies of #385B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B41

Black with #385B41

Text Example


Text Example

White with #385B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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