Html Css Color HEX #386246 Goblin

📋 copy color: '#386246'

red 56 ◦ green 98 ◦ blue 70

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

Shades of Goblin #386246

Tints of Goblin #386246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 25%
G = 43.75%
B = 31.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#386246 (or 0x386246) is known color: Goblin. HEX triplet: 38, 62 and 46. RGB value is (56,98,70). Sum of RGB (Red+Green+Blue) = 56+98+70=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #386246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386246 is #C79DB9. Grayscale: #525252. Windows color (decimal): -13082042 or 4612664. OLE color: 4612664.

HSL color Cylindrical-coordinate representation of color #386246: hue angle of 140º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386246 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 70 -
CMYK 0.43 0 0.29 0.62
HSL 140º 0.27% 0.3% -
HSV(B) 140º 0.43% 0.38% -
XYZ 7.1 10.02 7.35 -
YUV 82.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 56 98 70 0.43 0 0.29 0.62 140 0.27 0.3
Hex 38 62 46 2B 0 1D 3E 8C 1B 1E
Octal 70 142 106 53 0 35 76 214 33 36
Binary 111000 1100010 1000110 101011 0 11101 111110 10001100 11011 11110

Color Harmonies of #386246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386246

Black with #386246

Text Example


Text Example

White with #386246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386246; }

 p { color: rgb(56,98,70); }

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

background-color css

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

 a { background-color: rgb(56,98,70); }

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

border-color css

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

 span { border-color: rgb(56,98,70); }

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