Html Css Color HEX #326826 Green House

📋 copy color: '#326826'

red 50 ◦ green 104 ◦ blue 38

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

Shades of Green House #326826

Tints of Green House #326826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.17%

 BLUE value IS 38 (15.23% from 255) = 19.79%

R = 26.04%
G = 54.17%
B = 19.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#326826 (or 0x326826) is known color: Green House. HEX triplet: 32, 68 and 26. RGB value is (50,104,38). Sum of RGB (Red+Green+Blue) = 50+104+38=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #326826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326826 is #CD97D9. Grayscale: #505050. Windows color (decimal): -13473754 or 2517042. OLE color: 2517042.

HSL color Cylindrical-coordinate representation of color #326826: hue angle of 109.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326826 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 38 -
CMYK 0.52 0 0.63 0.59
HSL 109.09º 0.46% 0.28% -
HSV(B) 109.09º 0.63% 0.41% -
XYZ 6.62 10.72 3.55 -
YUV 80.33 104.11 106.37 -
System Red Green Blue C M Y K H S L
Decimal 50 104 38 0.52 0 0.63 0.59 109.09 0.46 0.28
Hex 32 68 26 34 0 3F 3B 6D 2E 1C
Octal 62 150 46 64 0 77 73 155 56 34
Binary 110010 1101000 100110 110100 0 111111 111011 1101101 101110 11100

Color Harmonies of #326826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326826

Black with #326826

Text Example


Text Example

White with #326826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326826; }

 p { color: rgb(50,104,38); }

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

background-color css

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

 a { background-color: rgb(50,104,38); }

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

border-color css

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

 span { border-color: rgb(50,104,38); }

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