Html Css Color HEX #364B3E Goblin

📋 copy color: '#364B3E'

red 54 ◦ green 75 ◦ blue 62

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

Shades of Goblin #364B3E

Tints of Goblin #364B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 28.27%
G = 39.27%
B = 32.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#364B3E (or 0x364B3E) is known color: Goblin. HEX triplet: 36, 4B and 3E. RGB value is (54,75,62). Sum of RGB (Red+Green+Blue) = 54+75+62=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #364B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B3E is #C9B4C1. Grayscale: #434343. Windows color (decimal): -13219010 or 4082486. OLE color: 4082486.

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

Color convert

RGB 54 75 62 -
CMYK 0.28 0 0.17 0.71
HSL 142.86º 0.16% 0.25% -
HSV(B) 142.86º 0.28% 0.29% -
XYZ 4.91 6.16 5.49 -
YUV 67.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 54 75 62 0.28 0 0.17 0.71 142.86 0.16 0.25
Hex 36 4B 3E 1C 0 11 47 8F 10 19
Octal 66 113 76 34 0 21 107 217 20 31
Binary 110110 1001011 111110 11100 0 10001 1000111 10001111 10000 11001

Color Harmonies of #364B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B3E

Black with #364B3E

Text Example


Text Example

White with #364B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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