Html Css Color HEX #364B3F Goblin

📋 copy color: '#364B3F'

red 54 ◦ green 75 ◦ blue 63

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

Shades of Goblin #364B3F

Tints of Goblin #364B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.81%

R = 28.13%
G = 39.06%
B = 32.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#364B3F (or 0x364B3F) is known color: Goblin. HEX triplet: 36, 4B and 3F. RGB value is (54,75,63). Sum of RGB (Red+Green+Blue) = 54+75+63=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #364B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B3F is #C9B4C0. Grayscale: #434343. Windows color (decimal): -13219009 or 4148022. OLE color: 4148022.

HSL color Cylindrical-coordinate representation of color #364B3F: hue angle of 145.71º 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 #364B3F is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 75 63 -
CMYK 0.28 0 0.16 0.71
HSL 145.71º 0.16% 0.25% -
HSV(B) 145.71º 0.28% 0.29% -
XYZ 4.93 6.18 5.63 -
YUV 67.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 54 75 63 0.28 0 0.16 0.71 145.71 0.16 0.25
Hex 36 4B 3F 1C 0 10 47 92 10 19
Octal 66 113 77 34 0 20 107 222 20 31
Binary 110110 1001011 111111 11100 0 10000 1000111 10010010 10000 11001

Color Harmonies of #364B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B3F

Black with #364B3F

Text Example


Text Example

White with #364B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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