Html Css Color HEX #364B40 Goblin

📋 copy color: '#364B40'

red 54 ◦ green 75 ◦ blue 64

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

Shades of Goblin #364B40

Tints of Goblin #364B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 27.98%
G = 38.86%
B = 33.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#364B40 (or 0x364B40) is known color: Goblin. HEX triplet: 36, 4B and 40. RGB value is (54,75,64). Sum of RGB (Red+Green+Blue) = 54+75+64=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #364B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B40 is #C9B4BF. Grayscale: #434343. Windows color (decimal): -13219008 or 4213558. OLE color: 4213558.

HSL color Cylindrical-coordinate representation of color #364B40: hue angle of 148.57º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #364B40 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 64 -
CMYK 0.28 0 0.15 0.71
HSL 148.57º 0.16% 0.25% -
HSV(B) 148.57º 0.28% 0.29% -
XYZ 4.96 6.19 5.78 -
YUV 67.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 54 75 64 0.28 0 0.15 0.71 148.57 0.16 0.25
Hex 36 4B 40 1C 0 F 47 95 10 19
Octal 66 113 100 34 0 17 107 225 20 31
Binary 110110 1001011 1000000 11100 0 1111 1000111 10010101 10000 11001

Color Harmonies of #364B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B40

Black with #364B40

Text Example


Text Example

White with #364B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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