Html Css Color HEX #326317 Green House

📋 copy color: '#326317'

red 50 ◦ green 99 ◦ blue 23

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

Shades of Green House #326317

Tints of Green House #326317

RGB

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

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

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

R = 29.07%
G = 57.56%
B = 13.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#326317 (or 0x326317) is known color: Green House. HEX triplet: 32, 63 and 17. RGB value is (50,99,23). Sum of RGB (Red+Green+Blue) = 50+99+23=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #326317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326317 is #CD9CE8. Grayscale: #4B4B4B. Windows color (decimal): -13475049 or 1532722. OLE color: 1532722.

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

Color convert

RGB 50 99 23 -
CMYK 0.49 0 0.77 0.61
HSL 98.68º 0.62% 0.24% -
HSV(B) 98.68º 0.77% 0.39% -
XYZ 5.93 9.66 2.36 -
YUV 75.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 50 99 23 0.49 0 0.77 0.61 98.68 0.62 0.24
Hex 32 63 17 31 0 4D 3D 63 3E 18
Octal 62 143 27 61 0 115 75 143 76 30
Binary 110010 1100011 10111 110001 0 1001101 111101 1100011 111110 11000

Color Harmonies of #326317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326317

Black with #326317

Text Example


Text Example

White with #326317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326317; }

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

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

background-color css

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

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

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

border-color css

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

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

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