Html Css Color HEX #365B3F Goblin

📋 copy color: '#365B3F'

red 54 ◦ green 91 ◦ blue 63

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

Shades of Goblin #365B3F

Tints of Goblin #365B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.75%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 25.96%
G = 43.75%
B = 30.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#365B3F (or 0x365B3F) is known color: Goblin. HEX triplet: 36, 5B and 3F. RGB value is (54,91,63). Sum of RGB (Red+Green+Blue) = 54+91+63=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #365B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B3F is #C9A4C0. Grayscale: #4C4C4C. Windows color (decimal): -13214913 or 4152118. OLE color: 4152118.

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

Color convert

RGB 54 91 63 -
CMYK 0.41 0 0.31 0.64
HSL 134.59º 0.26% 0.28% -
HSV(B) 134.59º 0.41% 0.36% -
XYZ 6.16 8.63 6.04 -
YUV 76.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 54 91 63 0.41 0 0.31 0.64 134.59 0.26 0.28
Hex 36 5B 3F 29 0 1F 40 87 1A 1C
Octal 66 133 77 51 0 37 100 207 32 34
Binary 110110 1011011 111111 101001 0 11111 1000000 10000111 11010 11100

Color Harmonies of #365B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B3F

Black with #365B3F

Text Example


Text Example

White with #365B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,63); }

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

background-color css

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

 a { background-color: rgb(54,91,63); }

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

border-color css

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

 span { border-color: rgb(54,91,63); }

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