Html Css Color HEX #326325 Green House

📋 copy color: '#326325'

red 50 ◦ green 99 ◦ blue 37

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

Shades of Green House #326325

Tints of Green House #326325

RGB

 RED value IS 50 (19.92% from 255) = 26.88%

 GREEN value IS 99 (39.06% from 255) = 53.23%

 BLUE value IS 37 (14.84% from 255) = 19.89%

R = 26.88%
G = 53.23%
B = 19.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#326325 (or 0x326325) is known color: Green House. HEX triplet: 32, 63 and 25. RGB value is (50,99,37). Sum of RGB (Red+Green+Blue) = 50+99+37=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #326325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326325 is #CD9CDA. Grayscale: #4D4D4D. Windows color (decimal): -13475035 or 2450226. OLE color: 2450226.

HSL color Cylindrical-coordinate representation of color #326325: hue angle of 107.42º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326325 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 37 -
CMYK 0.49 0 0.63 0.61
HSL 107.42º 0.46% 0.27% -
HSV(B) 107.42º 0.63% 0.39% -
XYZ 6.11 9.74 3.31 -
YUV 77.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 50 99 37 0.49 0 0.63 0.61 107.42 0.46 0.27
Hex 32 63 25 31 0 3F 3D 6B 2E 1B
Octal 62 143 45 61 0 77 75 153 56 33
Binary 110010 1100011 100101 110001 0 111111 111101 1101011 101110 11011

Color Harmonies of #326325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326325

Black with #326325

Text Example


Text Example

White with #326325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326325; }

 p { color: rgb(50,99,37); }

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

background-color css

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

 a { background-color: rgb(50,99,37); }

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

border-color css

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

 span { border-color: rgb(50,99,37); }

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