Html Css Color HEX #365C41 Goblin

📋 copy color: '#365C41'

red 54 ◦ green 92 ◦ blue 65

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

Shades of Goblin #365C41

Tints of Goblin #365C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.6%

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

R = 25.59%
G = 43.6%
B = 30.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#365C41 (or 0x365C41) is known color: Goblin. HEX triplet: 36, 5C and 41. RGB value is (54,92,65). Sum of RGB (Red+Green+Blue) = 54+92+65=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #365C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C41 is #C9A3BE. Grayscale: #4D4D4D. Windows color (decimal): -13214655 or 4283446. OLE color: 4283446.

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

Color convert

RGB 54 92 65 -
CMYK 0.41 0 0.29 0.64
HSL 137.37º 0.26% 0.29% -
HSV(B) 137.37º 0.41% 0.36% -
XYZ 6.3 8.82 6.37 -
YUV 77.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 54 92 65 0.41 0 0.29 0.64 137.37 0.26 0.29
Hex 36 5C 41 29 0 1D 40 89 1A 1D
Octal 66 134 101 51 0 35 100 211 32 35
Binary 110110 1011100 1000001 101001 0 11101 1000000 10001001 11010 11101

Color Harmonies of #365C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C41

Black with #365C41

Text Example


Text Example

White with #365C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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