Html Css Color HEX #365D44 Goblin

📋 copy color: '#365D44'

red 54 ◦ green 93 ◦ blue 68

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

Shades of Goblin #365D44

Tints of Goblin #365D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 25.12%
G = 43.26%
B = 31.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#365D44 (or 0x365D44) is known color: Goblin. HEX triplet: 36, 5D and 44. RGB value is (54,93,68). Sum of RGB (Red+Green+Blue) = 54+93+68=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #365D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D44 is #C9A2BB. Grayscale: #4E4E4E. Windows color (decimal): -13214396 or 4480310. OLE color: 4480310.

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

Color convert

RGB 54 93 68 -
CMYK 0.42 0 0.27 0.64
HSL 141.54º 0.27% 0.29% -
HSV(B) 141.54º 0.42% 0.36% -
XYZ 6.48 9.03 6.87 -
YUV 78.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 54 93 68 0.42 0 0.27 0.64 141.54 0.27 0.29
Hex 36 5D 44 2A 0 1B 40 8E 1B 1D
Octal 66 135 104 52 0 33 100 216 33 35
Binary 110110 1011101 1000100 101010 0 11011 1000000 10001110 11011 11101

Color Harmonies of #365D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D44

Black with #365D44

Text Example


Text Example

White with #365D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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