Html Css Color HEX #365D41 Goblin

📋 copy color: '#365D41'

red 54 ◦ green 93 ◦ blue 65

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

Shades of Goblin #365D41

Tints of Goblin #365D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 25.47%
G = 43.87%
B = 30.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#365D41 (or 0x365D41) is known color: Goblin. HEX triplet: 36, 5D and 41. RGB value is (54,93,65). Sum of RGB (Red+Green+Blue) = 54+93+65=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #365D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D41 is #C9A2BE. Grayscale: #4E4E4E. Windows color (decimal): -13214399 or 4283702. OLE color: 4283702.

HSL color Cylindrical-coordinate representation of color #365D41: hue angle of 136.92º 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 #365D41 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 65 -
CMYK 0.42 0 0.30 0.64
HSL 136.92º 0.27% 0.29% -
HSV(B) 136.92º 0.42% 0.36% -
XYZ 6.39 8.99 6.4 -
YUV 78.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 54 93 65 0.42 0 0.30 0.64 136.92 0.27 0.29
Hex 36 5D 41 2A 0 1E 40 89 1B 1D
Octal 66 135 101 52 0 36 100 211 33 35
Binary 110110 1011101 1000001 101010 0 11110 1000000 10001001 11011 11101

Color Harmonies of #365D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D41

Black with #365D41

Text Example


Text Example

White with #365D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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