Html Css Color HEX #365D45 Goblin

📋 copy color: '#365D45'

red 54 ◦ green 93 ◦ blue 69

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

Shades of Goblin #365D45

Tints of Goblin #365D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 25%
G = 43.06%
B = 31.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#365D45 (or 0x365D45) is known color: Goblin. HEX triplet: 36, 5D and 45. RGB value is (54,93,69). Sum of RGB (Red+Green+Blue) = 54+93+69=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #365D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D45 is #C9A2BA. Grayscale: #4E4E4E. Windows color (decimal): -13214395 or 4545846. OLE color: 4545846.

HSL color Cylindrical-coordinate representation of color #365D45: hue angle of 143.08º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D45 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 69 -
CMYK 0.42 0 0.26 0.64
HSL 143.08º 0.27% 0.29% -
HSV(B) 143.08º 0.42% 0.36% -
XYZ 6.51 9.04 7.03 -
YUV 78.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 54 93 69 0.42 0 0.26 0.64 143.08 0.27 0.29
Hex 36 5D 45 2A 0 1A 40 8F 1B 1D
Octal 66 135 105 52 0 32 100 217 33 35
Binary 110110 1011101 1000101 101010 0 11010 1000000 10001111 11011 11101

Color Harmonies of #365D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D45

Black with #365D45

Text Example


Text Example

White with #365D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,69); }

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

background-color css

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

 a { background-color: rgb(54,93,69); }

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

border-color css

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

 span { border-color: rgb(54,93,69); }

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