Html Css Color HEX #386245 Goblin

📋 copy color: '#386245'

red 56 ◦ green 98 ◦ blue 69

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

Shades of Goblin #386245

Tints of Goblin #386245

RGB

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

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

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

R = 25.11%
G = 43.95%
B = 30.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#386245 (or 0x386245) is known color: Goblin. HEX triplet: 38, 62 and 45. RGB value is (56,98,69). Sum of RGB (Red+Green+Blue) = 56+98+69=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #386245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386245 is #C79DBA. Grayscale: #525252. Windows color (decimal): -13082043 or 4547128. OLE color: 4547128.

HSL color Cylindrical-coordinate representation of color #386245: hue angle of 138.57º 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 #386245 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 69 -
CMYK 0.43 0 0.30 0.62
HSL 138.57º 0.27% 0.3% -
HSV(B) 138.57º 0.43% 0.38% -
XYZ 7.07 10.01 7.19 -
YUV 82.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 56 98 69 0.43 0 0.30 0.62 138.57 0.27 0.3
Hex 38 62 45 2B 0 1E 3E 8B 1B 1E
Octal 70 142 105 53 0 36 76 213 33 36
Binary 111000 1100010 1000101 101011 0 11110 111110 10001011 11011 11110

Color Harmonies of #386245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386245

Black with #386245

Text Example


Text Example

White with #386245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386245; }

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

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

background-color css

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

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

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

border-color css

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

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

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