#365F38

Color #365F38 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #365F38

Tints of Parsley #365F38

Color information

#365F38 (or 0x365F38) is unknown color: approx Parsley. HEX triplet: 36, 5F and 38. RGB value is (54,95,56). Sum of RGB (Red+Green+Blue) = 54+95+56=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #365F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F38 is #C9A0C7. Grayscale: #4E4E4E. Windows color (decimal): -13213896 or 3694390. OLE color: 3694390.

HSL color Cylindrical-coordinate representation of color #365F38: hue angle of 122.93º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F38 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB549556-
CMYK0.4300.410.63
HSL122.93º27.52%29.22%-
HSV(B)122.93º43.16%37.25%-
XYZ6.339.255.19-
YUV78.3115.42110.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=26.34%
G=46.34%
B=27.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495560.4300.410.63122.9327.5229.22
Hex365F382B0293F7b1c1d
Octal661377053051771733435
Binary1101101011111111000101011010100111111111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,56); }

 H1.HeaderClassName
 {
   color: #365F38;
 }
 .AnyTagClassName
 {
   color: #365F38;
 }
</style>
background-color css

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

 a { background-color: rgb(54,95,56); }

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

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

 span { border-color: rgb(54,95,56); }

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