Html Css Color HEX #365532 Green House

📋 copy color: '#365532'

red 54 ◦ green 85 ◦ blue 50

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

Shades of Green House #365532

Tints of Green House #365532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 50 (19.92% from 255) = 26.46%

R = 28.57%
G = 44.97%
B = 26.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#365532 (or 0x365532) is known color: Green House. HEX triplet: 36, 55 and 32. RGB value is (54,85,50). Sum of RGB (Red+Green+Blue) = 54+85+50=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #365532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365532 is #C9AACD. Grayscale: #474747. Windows color (decimal): -13216462 or 3298614. OLE color: 3298614.

HSL color Cylindrical-coordinate representation of color #365532: hue angle of 113.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365532 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 50 -
CMYK 0.36 0 0.41 0.67
HSL 113.14º 0.26% 0.26% -
HSV(B) 113.14º 0.41% 0.33% -
XYZ 5.35 7.51 4.19 -
YUV 71.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 54 85 50 0.36 0 0.41 0.67 113.14 0.26 0.26
Hex 36 55 32 24 0 29 43 71 1A 1A
Octal 66 125 62 44 0 51 103 161 32 32
Binary 110110 1010101 110010 100100 0 101001 1000011 1110001 11010 11010

Color Harmonies of #365532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365532

Black with #365532

Text Example


Text Example

White with #365532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365532; }

 p { color: rgb(54,85,50); }

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

background-color css

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

 a { background-color: rgb(54,85,50); }

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

border-color css

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

 span { border-color: rgb(54,85,50); }

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