Html Css Color HEX #396045 Goblin

📋 copy color: '#396045'

red 57 ◦ green 96 ◦ blue 69

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

Shades of Goblin #396045

Tints of Goblin #396045

RGB

 RED value IS 57 (22.66% from 255) = 25.68%

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

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

R = 25.68%
G = 43.24%
B = 31.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#396045 (or 0x396045) is known color: Goblin. HEX triplet: 39, 60 and 45. RGB value is (57,96,69). Sum of RGB (Red+Green+Blue) = 57+96+69=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #396045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396045 is #C69FBA. Grayscale: #515151. Windows color (decimal): -13017019 or 4546617. OLE color: 4546617.

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

Color convert

RGB 57 96 69 -
CMYK 0.41 0 0.28 0.62
HSL 138.46º 0.25% 0.3% -
HSV(B) 138.46º 0.41% 0.38% -
XYZ 6.94 9.67 7.13 -
YUV 81.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 57 96 69 0.41 0 0.28 0.62 138.46 0.25 0.3
Hex 39 60 45 29 0 1C 3E 8A 19 1E
Octal 71 140 105 51 0 34 76 212 31 36
Binary 111001 1100000 1000101 101001 0 11100 111110 10001010 11001 11110

Color Harmonies of #396045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396045

Black with #396045

Text Example


Text Example

White with #396045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396045; }

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

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

background-color css

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

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

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

border-color css

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

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

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