Html Css Color HEX #365A40 Goblin

📋 copy color: '#365A40'

red 54 ◦ green 90 ◦ blue 64

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

Shades of Goblin #365A40

Tints of Goblin #365A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.27%

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

R = 25.96%
G = 43.27%
B = 30.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#365A40 (or 0x365A40) is known color: Goblin. HEX triplet: 36, 5A and 40. RGB value is (54,90,64). Sum of RGB (Red+Green+Blue) = 54+90+64=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #365A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A40 is #C9A5BF. Grayscale: #4C4C4C. Windows color (decimal): -13215168 or 4217398. OLE color: 4217398.

HSL color Cylindrical-coordinate representation of color #365A40: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A40 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 64 -
CMYK 0.40 0 0.29 0.65
HSL 136.67º 0.25% 0.28% -
HSV(B) 136.67º 0.4% 0.35% -
XYZ 6.1 8.47 6.16 -
YUV 76.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 54 90 64 0.40 0 0.29 0.65 136.67 0.25 0.28
Hex 36 5A 40 28 0 1D 41 89 19 1C
Octal 66 132 100 50 0 35 101 211 31 34
Binary 110110 1011010 1000000 101000 0 11101 1000001 10001001 11001 11100

Color Harmonies of #365A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A40

Black with #365A40

Text Example


Text Example

White with #365A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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