#365B30

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

Shades of Green House #365B30

Tints of Green House #365B30

Color information

#365B30 (or 0x365B30) is unknown color: approx Green House. HEX triplet: 36, 5B and 30. RGB value is (54,91,48). Sum of RGB (Red+Green+Blue) = 54+91+48=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #365B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365B30 is #C9A4CF. Grayscale: #4B4B4B. Windows color (decimal): -13214928 or 3169078. OLE color: 3169078.

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

Color convert

RGB549148-
CMYK0.4100.470.64
HSL111.63º30.94%27.25%-
HSV(B)111.63º47.25%35.69%-
XYZ5.88.484.13-
YUV75.03112.74113-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=27.98%
G=47.15%
B=24.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491480.4100.470.64111.6330.9427.25
Hex365B302902F40701f1b
Octal6613360510571001603733
Binary11011010110111100001010010101111100000011100001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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