Html Css Color HEX #386045 Goblin

📋 copy color: '#386045'

red 56 ◦ green 96 ◦ blue 69

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

Shades of Goblin #386045

Tints of Goblin #386045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

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

R = 25.34%
G = 43.44%
B = 31.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#386045 (or 0x386045) is known color: Goblin. HEX triplet: 38, 60 and 45. RGB value is (56,96,69). Sum of RGB (Red+Green+Blue) = 56+96+69=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #386045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386045 is #C79FBA. Grayscale: #515151. Windows color (decimal): -13082555 or 4546616. OLE color: 4546616.

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

Color convert

RGB 56 96 69 -
CMYK 0.42 0 0.28 0.62
HSL 139.5º 0.26% 0.3% -
HSV(B) 139.5º 0.42% 0.38% -
XYZ 6.89 9.64 7.13 -
YUV 80.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 56 96 69 0.42 0 0.28 0.62 139.5 0.26 0.3
Hex 38 60 45 2A 0 1C 3E 8C 1A 1E
Octal 70 140 105 52 0 34 76 214 32 36
Binary 111000 1100000 1000101 101010 0 11100 111110 10001100 11010 11110

Color Harmonies of #386045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386045

Black with #386045

Text Example


Text Example

White with #386045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386045; }

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

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

background-color css

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

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

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

border-color css

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

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

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