Html Css Color HEX #365A2F Green House

📋 copy color: '#365A2F'

red 54 ◦ green 90 ◦ blue 47

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

Shades of Green House #365A2F

Tints of Green House #365A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.12%

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 28.27%
G = 47.12%
B = 24.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#365A2F (or 0x365A2F) is known color: Green House. HEX triplet: 36, 5A and 2F. RGB value is (54,90,47). Sum of RGB (Red+Green+Blue) = 54+90+47=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #365A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A2F is #C9A5D0. Grayscale: #4A4A4A. Windows color (decimal): -13215185 or 3103286. OLE color: 3103286.

HSL color Cylindrical-coordinate representation of color #365A2F: hue angle of 110.23º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365A2F is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 47 -
CMYK 0.40 0 0.48 0.65
HSL 110.23º 0.31% 0.27% -
HSV(B) 110.23º 0.48% 0.35% -
XYZ 5.69 8.3 3.99 -
YUV 74.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 54 90 47 0.40 0 0.48 0.65 110.23 0.31 0.27
Hex 36 5A 2F 28 0 30 41 6E 1F 1B
Octal 66 132 57 50 0 60 101 156 37 33
Binary 110110 1011010 101111 101000 0 110000 1000001 1101110 11111 11011

Color Harmonies of #365A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A2F

Black with #365A2F

Text Example


Text Example

White with #365A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,47); }

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

background-color css

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

 a { background-color: rgb(54,90,47); }

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

border-color css

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

 span { border-color: rgb(54,90,47); }

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