Html Css Color HEX #326E26 Green House

📋 copy color: '#326E26'

red 50 ◦ green 110 ◦ blue 38

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

Shades of Green House #326E26

Tints of Green House #326E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 55.56%

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

R = 25.25%
G = 55.56%
B = 19.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#326E26 (or 0x326E26) is known color: Green House. HEX triplet: 32, 6E and 26. RGB value is (50,110,38). Sum of RGB (Red+Green+Blue) = 50+110+38=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #326E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E26 is #CD91D9. Grayscale: #545454. Windows color (decimal): -13472218 or 2518578. OLE color: 2518578.

HSL color Cylindrical-coordinate representation of color #326E26: hue angle of 110º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326E26 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 110 38 -
CMYK 0.55 0 0.65 0.57
HSL 110º 0.49% 0.29% -
HSV(B) 110º 0.65% 0.43% -
XYZ 7.24 11.97 3.76 -
YUV 83.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 50 110 38 0.55 0 0.65 0.57 110 0.49 0.29
Hex 32 6E 26 37 0 41 39 6E 31 1D
Octal 62 156 46 67 0 101 71 156 61 35
Binary 110010 1101110 100110 110111 0 1000001 111001 1101110 110001 11101

Color Harmonies of #326E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E26

Black with #326E26

Text Example


Text Example

White with #326E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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