Html Css Color HEX #326617 Green House

📋 copy color: '#326617'

red 50 ◦ green 102 ◦ blue 23

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

Shades of Green House #326617

Tints of Green House #326617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.29%

 BLUE value IS 23 (9.38% from 255) = 13.14%

R = 28.57%
G = 58.29%
B = 13.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#326617 (or 0x326617) is known color: Green House. HEX triplet: 32, 66 and 17. RGB value is (50,102,23). Sum of RGB (Red+Green+Blue) = 50+102+23=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #326617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326617 is #CD99E8. Grayscale: #4D4D4D. Windows color (decimal): -13474281 or 1533490. OLE color: 1533490.

HSL color Cylindrical-coordinate representation of color #326617: hue angle of 99.49º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326617 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 23 -
CMYK 0.51 0 0.77 0.6
HSL 99.49º 0.63% 0.25% -
HSV(B) 99.49º 0.77% 0.4% -
XYZ 6.22 10.24 2.46 -
YUV 77.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 50 102 23 0.51 0 0.77 0.6 99.49 0.63 0.25
Hex 32 66 17 33 0 4D 3C 63 3F 19
Octal 62 146 27 63 0 115 74 143 77 31
Binary 110010 1100110 10111 110011 0 1001101 111100 1100011 111111 11001

Color Harmonies of #326617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326617

Black with #326617

Text Example


Text Example

White with #326617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326617; }

 p { color: rgb(50,102,23); }

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

background-color css

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

 a { background-color: rgb(50,102,23); }

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

border-color css

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

 span { border-color: rgb(50,102,23); }

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