Html Css Color HEX #385242 Goblin

📋 copy color: '#385242'

red 56 ◦ green 82 ◦ blue 66

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

Shades of Goblin #385242

Tints of Goblin #385242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 27.45%
G = 40.2%
B = 32.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#385242 (or 0x385242) is known color: Goblin. HEX triplet: 38, 52 and 42. RGB value is (56,82,66). Sum of RGB (Red+Green+Blue) = 56+82+66=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #385242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385242 is #C7ADBD. Grayscale: #484848. Windows color (decimal): -13086142 or 4346424. OLE color: 4346424.

HSL color Cylindrical-coordinate representation of color #385242: hue angle of 143.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385242 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 66 -
CMYK 0.32 0 0.20 0.68
HSL 143.08º 0.19% 0.27% -
HSV(B) 143.08º 0.32% 0.32% -
XYZ 5.63 7.27 6.26 -
YUV 72.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 56 82 66 0.32 0 0.20 0.68 143.08 0.19 0.27
Hex 38 52 42 20 0 14 44 8F 13 1B
Octal 70 122 102 40 0 24 104 217 23 33
Binary 111000 1010010 1000010 100000 0 10100 1000100 10001111 10011 11011

Color Harmonies of #385242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385242

Black with #385242

Text Example


Text Example

White with #385242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385242; }

 p { color: rgb(56,82,66); }

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

background-color css

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

 a { background-color: rgb(56,82,66); }

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

border-color css

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

 span { border-color: rgb(56,82,66); }

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