Html Css Color HEX #365140 Goblin

📋 copy color: '#365140'

red 54 ◦ green 81 ◦ blue 64

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

Shades of Goblin #365140

Tints of Goblin #365140

RGB

 RED value IS 54 (21.48% from 255) = 27.14%

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 27.14%
G = 40.7%
B = 32.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#365140 (or 0x365140) is known color: Goblin. HEX triplet: 36, 51 and 40. RGB value is (54,81,64). Sum of RGB (Red+Green+Blue) = 54+81+64=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #365140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365140 is #C9AEBF. Grayscale: #474747. Windows color (decimal): -13217472 or 4215094. OLE color: 4215094.

HSL color Cylindrical-coordinate representation of color #365140: hue angle of 142.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365140 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 64 -
CMYK 0.33 0 0.21 0.68
HSL 142.22º 0.2% 0.26% -
HSV(B) 142.22º 0.33% 0.32% -
XYZ 5.39 7.04 5.93 -
YUV 70.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 54 81 64 0.33 0 0.21 0.68 142.22 0.2 0.26
Hex 36 51 40 21 0 15 44 8E 14 1A
Octal 66 121 100 41 0 25 104 216 24 32
Binary 110110 1010001 1000000 100001 0 10101 1000100 10001110 10100 11010

Color Harmonies of #365140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365140

Black with #365140

Text Example


Text Example

White with #365140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365140; }

 p { color: rgb(54,81,64); }

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

background-color css

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

 a { background-color: rgb(54,81,64); }

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

border-color css

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

 span { border-color: rgb(54,81,64); }

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