Html Css Color HEX #365D20 Green House

📋 copy color: '#365D20'

red 54 ◦ green 93 ◦ blue 32

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

Shades of Green House #365D20

Tints of Green House #365D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.96%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 30.17%
G = 51.96%
B = 17.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#365D20 (or 0x365D20) is known color: Green House. HEX triplet: 36, 5D and 20. RGB value is (54,93,32). Sum of RGB (Red+Green+Blue) = 54+93+32=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #365D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D20 is #C9A2DF. Grayscale: #4A4A4A. Windows color (decimal): -13214432 or 2121014. OLE color: 2121014.

HSL color Cylindrical-coordinate representation of color #365D20: hue angle of 98.36º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365D20 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 32 -
CMYK 0.42 0 0.66 0.64
HSL 98.36º 0.49% 0.25% -
HSV(B) 98.36º 0.66% 0.36% -
XYZ 5.7 8.72 2.75 -
YUV 74.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 54 93 32 0.42 0 0.66 0.64 98.36 0.49 0.25
Hex 36 5D 20 2A 0 42 40 62 31 19
Octal 66 135 40 52 0 102 100 142 61 31
Binary 110110 1011101 100000 101010 0 1000010 1000000 1100010 110001 11001

Color Harmonies of #365D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D20

Black with #365D20

Text Example


Text Example

White with #365D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,32); }

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

background-color css

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

 a { background-color: rgb(54,93,32); }

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

border-color css

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

 span { border-color: rgb(54,93,32); }

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