Html Css Color HEX #365A2C Green House

📋 copy color: '#365A2C'

red 54 ◦ green 90 ◦ blue 44

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

Shades of Green House #365A2C

Tints of Green House #365A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 28.72%
G = 47.87%
B = 23.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#365A2C (or 0x365A2C) is known color: Green House. HEX triplet: 36, 5A and 2C. RGB value is (54,90,44). Sum of RGB (Red+Green+Blue) = 54+90+44=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #365A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A2C is #C9A5D3. Grayscale: #4A4A4A. Windows color (decimal): -13215188 or 2906678. OLE color: 2906678.

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

Color convert

RGB 54 90 44 -
CMYK 0.40 0 0.51 0.65
HSL 106.96º 0.34% 0.26% -
HSV(B) 106.96º 0.51% 0.35% -
XYZ 5.63 8.28 3.68 -
YUV 73.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 54 90 44 0.40 0 0.51 0.65 106.96 0.34 0.26
Hex 36 5A 2C 28 0 33 41 6B 22 1A
Octal 66 132 54 50 0 63 101 153 42 32
Binary 110110 1011010 101100 101000 0 110011 1000001 1101011 100010 11010

Color Harmonies of #365A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A2C

Black with #365A2C

Text Example


Text Example

White with #365A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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